Changing DataGrid Label Control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a datagrid, and I have an option to add a row. I want to be able to do the following: - When the user clicks on ADD, it will create 3 rows (i can do this, no help needed) - The 3 rows will be the same except for one column, which will contain a Label Control - the first row will have a label with the text "MALE" displayed... second "FEMALE".. Third "Unknown" I need to figure out how to dynamically change the label name displayed in this field. Any help is appreciated. Thanks Jon G www.Gizmocoder.com