Login


ASP.NET Controls

Topics relating to ASP.NET controls.
Web Development » ASP.NET Controls

 

General
General topics relating to ASP.NET controls.

A Self-Closing HtmlGenericControl
An easy way to add HTML controls to your webform at runtime is to use HtmlGenericControl. However, this class always renders both an opening and closing tag. This article presents a version that is self-closing.
By Jonathan Wood on Friday, March 04, 2011

Grid Controls
Articles about topics relating to ASP.NET grid controls.

Confirm Before Deleting GridView Item
Use this technique to efficiently confirm a delete operation with the user from controls such the GridView control.
By Jonathan Wood on Tuesday, December 07, 2010

User Controls
Articles that discuss web development with ASP.NET user controls.

An Error Message Control
All web applications should check for errors. But what's the best thing to do when one occurs? This handy little class makes reporting errors easy.
By Jonathan Wood on Monday, January 03, 2011