|
|
|
|
|
| | Total Hits: 12 | Today: 0 | Author: Bill SerGio, Infomercial King | Rating:  |
| |  I produce my own half hour TV Infomercials and 60-second TV Spots that sell products I invent on National Television. TV time is the cheapest form of advertising and a half hour costs as little as $20 for the biggest NBC, ABC, CBS, and FOX TV stations. And, as strange as it may seem, software actually sells very well on television as a direct response product. A recent software program I created to sell on national television was a program that displays Stock Alerts. Serious investors pay $300 a... |
| | Total Hits: 7 | Today: 0 | Author: _beauw_ | Rating:  |
| |  This submission describes a serial network shared by multiple nodes using time-division multiple access (TDMA), a relatively straightforward technique for channel-sharing based on repetitive turn-taking. The initial implementation described below involves a network consisting of two or more Microchip Technology "PIC" 8-bit microcontrollers and a Windows PC (emulating an ANSI terminal) communicating at 115,200 baud. During development, this network was informally designated Scrapnet, and this nam... |
| | Total Hits: 3 | Today: 0 | Author: fschudel | Rating:  |
| |  If you ever encountered the following exception, here is one approach to find out which connections you forgot to close.... |
| | Total Hits: 2 | Today: 0 | Author: Vinayaka Krishna Shenoy | Rating:  |
| |  I was doing a bit of exploration on Connections with ado.net.While doing this exercise i realized that when using CloseConnection along with the reader i was under the impression that it closes by itself but actually it wont close the connection.... |
| | Total Hits: 4 | Today: 0 | Author: Jos Branders | Rating:  |
| |  The code in this article will show you how to build a web page that can:
retrieve information from the Outlook calendars of your team members, show this information in a single neat overview.
The code is written in VB.NET, but it can easily be converted into C# or any other language.... |
| | Total Hits: 13 | Today: 0 | Author: santosh poojari | Rating:  |
| |  One can find this article useful during the development phase of a web application. One requires functionalities such as calling JavaScript client side code for validation, confirming popup, prompting user for unwanted action, etc. at server side code behind.... |
| | Total Hits: 0 | Today: 0 | Author: volkan.ozcelik | Rating:  |
| |  This article can be considered as a follow up to my former article: Modeling a Draggable Layer and Loading Dynamic Content to it via XML HTTP. Have a look at it, if you have not done already, so that you can catch up faster.... |
| | Total Hits: 0 | Today: 0 | Author: TV Mogul | Rating:  |
| |  I had some free time, and decided to create a free dating site www.match-r-us.com as an experiment to see how long it would take me to write a fully functional, 100% free dating website, and I quickly learned that building a free dating website isn't that easy. I plan to write a separate article on the chat system I wrote for this free site which turned out to be the hardest thing to write.... |
| | Total Hits: 0 | Today: 0 | Author: Ehsanul Haque | Rating:  |
| |  In most cases, server controls are very useful in ASP.NET web applications since they have some valuable events (for example, click event, data binding event, data bound event, etc.) and many advance functionalities like state management, input validation, etc. In general, XSLT produces plain XML or HTML without any hassle, but if we want to create our ASP.NET server control by using XML and XSLT, then we should follow some procedures which will be described below.... |
| | Total Hits: 2 | Today: 0 | Author: AspDotNetDev | Rating:  |
| |  As explained here, the code in embedded code blocks gets run as part of the rendering portion of the ASP.NET page life cycle. This caused me some trouble when I tried to set the value of a Literal control after that control had been rendered:... |
| | Total Hits: 31 | Today: 0 | Author: Shirsendu Nandi | Rating:  |
| |  In this article I will describe how to do membership and Authorization in an Asp.net mvc 3 Application. One difference between the full ASP.NET MVC 3 Web Application template and the ASP.NET MVC 3 Empty Web Application template is that the empty template doesn't include an Account Controller. That means you have to do your entire customization login form authentication for allow user and role.... |
| | Total Hits: 3 | Today: 0 | Author: Malik Nasir | Rating:  |
| |  Exporting datagrid to excel is very common practice and is mostly used for reporting purposes so the exported datagrid should be fully formatted. Here I have tried a bit for this that the exported grid should be formatted enough for presentation.... |
| | Total Hits: 7 | Today: 0 | Author: Kikoz68 | Rating:  |
| |  So, how do you manage connection strings in your ASP.NET applications? Since version 2.0 of ASP.NET, the most common answer to this was: By placing them all in the connectionStrings section of the root configuration node of the web.config.
The next logical question would be: How do you make sure that wrong people can't read those strings? By encrypting them, of course. After all, doesn't Microsoft itself enforce this approach? Didn't all well-established publications make this a de-facto ... |
| | Total Hits: 6 | Today: 0 | Author: Shivprasad koirala | Rating:  |
| |  All application UI have common logics like navigating to the next UI, state management and work flow. By coding all the above three logic in the code itself you tie up all the three aspects with a specific UI type like windows and web. This article will discuss how we can use UIP to achieve the UI portability.... |
| | Total Hits: 118 | Today: 0 | Author: Imran Baloch | Rating:  |
| |  You may find various Slide Show in different way by writing some Client script code, Flash, etc. In this Article the approach I used is the Server side code. All the controls which used to render is dynamics. Even the Javascript which runs on Client is written in server side code. Therefore we only need to set the paths of images which are used in server side and only copy paste the code given. This Slide Show runs normally by replacing images, 1st with 2nd , and 2nd with 3rd and so on, after n ... |
| | Total Hits: 8 | Today: 0 | Author: matiaszumbo | Rating:  |
| |  Simple Web Site ASP.NET using Microsoft Worflow Fundation. Parameters - Web Page - WorfFlow.... |
| | Total Hits: 2 | Today: 0 | Author: bgs264 | Rating:  |
| |  I had a requirement to be able to quickly record call history for a customer when they telephoned; which was to be implemented in a footer of a .net master page; thus appear on every page of the website. Since there were over 500 customers in the system, a dropdown list would have been too large and it would have been too complex to introduce some sort of search-engine in the footer of a master page.... |
| | Total Hits: 13 | Today: 0 | Author: Raj Kumar | Rating:  |
| |  ASP.NET MVC (Mode-View-Controller) is a free, fully supported, Microsoft product that enables developers to easily build great web applications. It provides total control over your HTML and URLs, enables rich AJAX integration, and facilitates test driven development.... |
| | Total Hits: 15 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  This topic demonstrates how to create a Web page and user control that use the CodeBehind attribute of the @ Page directive, compile them, and then convert them to use the CodeFile attribute with a partial class in the code-behind files in the .NET Framework version 2.0. The new Web page code-behind model in ASP.NET version 2.0 is based on partial classes. The markup for the page is stored in one file – the .aspx file – and the code is defined in a partial class – the code-behind file. Convertin... |
| | Total Hits: 44 | Today: 0 | Author: aa2max | Rating:  |
| |  Completely web-based administration, set site colors, titles and layout all from the administrator login. Includes user signup, listing creation, printable listing format, image uploads with automatic thumbnail creation, user management, and site statistics. Create, edit, and update pages to the site with a WYSIWYG editor. Includes a mortgage calculator with Amortization table. Users can also sign up automatically to create their own listings if you wish to set Real-Estate-Website up as a for-sa... |
|
|
|
|
|
|
|
|
|
|
|
|
|