Posted on: 1/2/2014 5:13:21 AM | Views : 598

<asp:GridView> <Columns> <asp:TemplateField HeaderText="" ItemStyle-Wrap="false"> <ItemTemplate> <asp:ImageButton ID="imgAffStatus" Width="15px" Height="15px" CausesValidation="false" OnClientClick="openAffidavitDocumentMapping(this);return false;" CommandArgument='<%#Eval("quote_id") %>' runat="server" ImageUrl="~/images/Pending-clearance_small.png"></asp:ImageButton> <asp:HiddenField ID="hdnQuote_IdNew" runat="server" Value='<%#Eval("quote_id") %>' /> <asp:HiddenField ID="hdnReadyFlg" runat="server" V ...

Go to the complete details ...