Posted on: 3/23/2015 6:16:31 PM | Views : 572

Hi everybody,
I have a gridview with a templatefield with a dropdownlist in edititemtemplate.
gridview is bound in codebehind and dropdownlist is not binded.
                            <asp:TemplateField HeaderText="CONFERMA" SortExpression="CONFERMA">                                 <EditItemTemplate>                                     <asp:DropDownList ID="ddlConferma" runat="server" Font-Names="Verdana" Font-Size="X-S ...

Go to the complete details ...