Problem in RowEditing of GridView [modified]
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using asp:gridview to display my data. while editing i want to show dropdownlist in the cell where simply text was displayed by databinding expression. i want that when the row is edited the dropdownlist should be displayed, with the text in the cell as selectedvalue of dropdownlist. DropDownlist is inside EditItemTemplate I then used label inside the itemtemplte instead of simple databindingn expression. But when im trying to find the label and dropdownlist im getting only one at a time. I have tried to use it in Row Editing , Row databound Bt my task is not accomplioshed. Please help me. Thank u all in advance for ur help and consideration.
modified on Monday, May 11, 2009 12:46 AM