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 ...