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.
Posted: November 27th, 2009 under Software.
Tags: asp.net, Computers, internet, Software, web design, web development
Comments: none