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 advence for ur help and consideration.