|
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Niraj Sharma
|
Rating:
|
|

The purpose of this article is to show how to use the free AutoSuggestBox control to add 'Google Suggest' functionality to your ASP.NET application. There are plenty of articles available on the internet that explains how to do it, but there is usually just a lot of theory and not much code that you can easily add to your application. AutoSuggestBox encapsulates all the complex functionality and only requires developers to specify the data source for loading the auto-suggest menu....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: drgbg
|
Rating:
|
|

If you have ever used Typed DataSets, you know how fast and easy they can make database access programming. The only drawback I ever ran into while using them is when I needed to put actions associated with several different Typed DataSets into a single Transaction....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Kenny Young
|
Rating:
|
|

There are many examples using ADO.NET to query an Excel Workbook but they all have a limitation, you must know the worksheet name. This might work if you know the name of the worksheet, but what if you don't? If your program is dynamic and your sheet names differ for each Excel workbook, you need a way to extract the names of the sheets. The code example provides you with a way to retrieve the work sheet names....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Wouter van Vugt
|
Rating:
|
|

Provider controls are a design time method of extending existing controls on the designer surface based on the IExtenderProvider interface. Visual Studio .NET 2003 also supports the IExtenderProvider interface in its Windows Forms designer. It, however, does not properly support the use of the IExtenderProvider in its ASP.NET design time environment....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Dario Solera
|
Rating:
|
|

HTTP Compression is a great thing: it can save up to 70% of the bandwidth. HTTP Compression could be a problem: if you don't have access to IIS, you cannot enable it, for instance. These considerations made me look for a different solution, to be used in particular conditions. In this article, I describe how to implement HTTP Compression on single ASP.NET pages, maintaining compatibility with most browsers, and without touching IIS....
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: jelizondo21
|
Rating:
|
|

This article presents a complete example of embedding an image in an email message. There are plenty of examples in the Internet; however, they are incomplete.
I spent many hours researching and getting the pieces together, and decided to share the results with my fellow developers....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: avsol
|
Rating:
|
|

Having a website means spending some time and effort promoting the site on the Internet, making sure search engines index all the pages, and trying to get exposure through blogs or discussion boards. And, then you get new ideas and really need to restructure your site – change some folder names, move some pages, etc. What will happen with all those third-party links to your site you were so proud of? Do you want to lose them?...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Omar Al Zabir
|
Rating:
|
|

A Web page can load a lot faster and feel faster if the JavaScript files referenced on the page can be loaded after the visible content has been loaded and multiple JavaScript files can be batched into one download. Browsers download one external JavaScript at a time and sometimes pause rendering while a script is being downloaded and executed. This makes Web pages load and render slowly when there are multiple external JavaScript references on the page. For every JavaScript reference, the brows...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: George Mamaladze
|
Rating:
|
|

Let's assume you have two TextBoxes. The first one has a TextChanged event attached and AutoPostBack set to true. When you edit TextBox1 and move to TextBox2, the control TextBox2 loses its focus....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: BTriveni
|
Rating:
|
|

# Authentication is considered to be a primary security feature because mechanisms used for authentication often influence mechanisms used for enabling other security features, such as data confidentiality and data origin authentication Important Concepts To fully understand authentication and authorization, it is important to understand the following concepts: Authentication. Authentication is the process of identifying an individual using the credentials of that individual. For example; with ...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: pipasha
|
Rating:
|
|

For the beginning we are facing the same problem while inserting a text with escaped character like single quote (') into the database. That's why we've solved this problem by creating our own library and reuse that library.
This example is based on ASP.Net 2.0 with Visual Studio 2005 and using C#....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Srinivasan Venkatachalam
|
Rating:
|
|

I wish this calendar will help developers those who are working in ASP.NET using Calendar Control (server control) and JavaScript. This calendar contains some additional functions (four buttons). These functions can be used to scroll year/month to either the future or the past. Further this will display the selected month name in the label control....
|
|
|
|
|
|