asp.net - How To Understand dynamic HTML in Visual Studio 2008? -
i'm trying update vb.net web project done else 5 years ago using visual studio 2008. the webform stumped on has 2 (2) asp gridview controls, , can't seem tell how imagebutton evaluating (or failing). i need fix failing part! below gridview control imagebutton ibcomplete failing: <asp:gridview id="gridview1" font-size="small" allowpaging="true" pagesize="25" onrowcommand="gridview1_rowcommand" onselectedindexchanged="gridview1_selectedindexchanged" onrowdatabound="gridview1_rowdatabound" runat="server" visible="false" autogeneratecolumns="false" datasourceid="sqldatasource1" width="950px" backcolor="white" datakeynames="partid,primary_vendor,part_description,pri_vendor_name,min_reord_qty,puom,revised_date"> <columns> <asp:templatefield headertext=""> <itemstyle width="30px...