Posted on: 1/26/2014 3:06:04 PM | Views : 626

i have a gridview,when i click on edit button a popup should come up and i can update a details
i have created a table below grdview in one panel and have called that panel in modelpopup
now,i have dropdownlist in whole table,when i click on edit button dropdownlist are not showing
i have something like

<asp:GridView ID="gridjobs" runat="server" AutoGenerateColumns="False" DataKeyNames="Job_id"> <Columns> <asp:BoundField DataField="category" HeaderText="ID" /> <asp:BoundField DataField="items_dis" HeaderText="Category" /> <asp:TemplateField ShowHeader="False"> ...

Go to the complete details ...