I love the GridView control in VS 2005. Like most obects, it is so much better than
what is offered from VS 2003.
This example uses a DataTable.
|
Template Trick
- Create a BoundField column.
- Type in some header text.
- Click on convert to TemplateField.
This will add a label and a text box to the ItemTemplate and EditItemTemplate respectivly
for that column.
|