Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, July 03, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > ASP.Net
Search:
What's New - What's Hot
Listings for Applications Applications (448)
Listings for Articles & Samples Articles & Samples (14623)
Listings for ASP.Net Sites ASP.Net Sites (41)
Listings for Assembly & Controls Assembly & Controls (1102)
Listings for Downloads Downloads (21)
Listings for Errors and Bugs Errors and Bugs (41)
Listings for Introduction Introduction (98)
Listings for Knowledge Base Knowledge Base (428)
Listings for WebCasts WebCasts (31)
 


Adding 'Google Suggest' functionality to an ASP.NET application        
Total Hits: 1  |  Today: 1 Author: Niraj Sharma       Rating:  
Read Reviews | Write Review |   Your 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....

Using A Single Transaction With Multiple Typed DataSets        
Total Hits: 2  |  Today: 2 Author: drgbg       Rating:  
Read Reviews | Write Review |   Your 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....

C# - Retrieve Excel Workbook Sheet Names.        
Total Hits: 2  |  Today: 2 Author: Kenny Young       Rating:  
Read Reviews | Write Review |   Your 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....

Fixing the IExtenderProvider in Visual Studio's ASP.NET designer        
Total Hits: 1  |  Today: 1 Author: Wouter van Vugt       Rating:  
Read Reviews | Write Review |   Your 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....

HTTP Compression - A Quick and Dirty Solution        
Total Hits: 1  |  Today: 1 Author: Dario Solera       Rating:  
Read Reviews | Write Review |   Your 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....

Embed an Image in Email using ASP.NET        
Total Hits: 3  |  Today: 3 Author: jelizondo21       Rating:  
Read Reviews | Write Review |   Your 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....

Fight 404 errors with ASP.NET Routing        
Total Hits: 1  |  Today: 1 Author: avsol       Rating:  
Read Reviews | Write Review |   Your 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?...

Fast ASP.NET Web page loading by downloading multiple JavaScripts after visible content and in batch        
Total Hits: 1  |  Today: 1 Author: Omar Al Zabir       Rating:  
Read Reviews | Write Review |   Your 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...

Maintain focus between postbacks in ASP.NET 2.0, also in ASP.NET AJAX        
Total Hits: 1  |  Today: 1 Author: George Mamaladze       Rating:  
Read Reviews | Write Review |   Your 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....

ASP.NET Webservices Enhancement        
Total Hits: 1  |  Today: 1 Author: BTriveni       Rating:  
Read Reviews | Write Review |   Your 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 ...

Replace Escape Character (C#)        
Total Hits: 2  |  Today: 2 Author: pipasha       Rating:  
Read Reviews | Write Review |   Your 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#....

Business Calendar Using ASP.Net with C#, SQL Server & Javascript        
Total Hits: 1  |  Today: 1 Author: Srinivasan Venkatachalam       Rating:  
Read Reviews | Write Review |   Your 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....


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net