Email Security and Encryption

If you wish to contact us via email we suggest using an email security service to ensure secure email delivery

Site search

Categories

September 2010
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
27282930  

Tags

Blogroll

Tag: asp.net

The Flexibility Offered By Using Template Fields With The GridView In ASP.NET

Adding a GridView control to an ASP.NET page is one of the simplest ways of displaying databound data. The GridView can be created simply by opening the Database Explorer and dragging the table or view that from which you want to display information. However, the default GridView which is automatically generated in this way almost always needs some tweaking. One typical change you may want to make is to change some of the BoundFields elements to TemplateFields elements.