Showing posts with label TemplateField. Show all posts
Showing posts with label TemplateField. Show all posts

Tuesday, April 3, 2012

Asp.Net – GridView with TemplateField

The Asp.Net GridView control allows us to bind data from the Data Sources and displays the bound data in a tabular format. The GridView also offers a lot of additional functionality like Paging, Sorting, Formatting, TemplateColumns etc.

Let us now see as to how the GridView control can be used to bind and display data in an Asp.Net page.

Open an Asp.Net page and add a GridView tag with a list of column definitions.