Posted on: 4/16/2015 11:14:01 AM | Views : 551

Here is the code:
HTML MAKUP: <asp:GridView ID="GridViewORDER" runat="server" AutoGenerateColumns="False" class="table table-striped table-bordered table-hover" DataKeyNames="Invoice_No" OnRowEditing="GridViewORDER_RowEditing" OnRowCancelingEdit="GridViewORDER_RowCancelingEdit1" OnRowUpdating="GridViewORDER_RowUpdating"> <AlternatingRowStyle CssClass="warning" /> <Columns> <asp:TemplateField> <ItemTemplate> <asp:Button ID="btnEdit" runat="server" BorderColor="#CCFF33" BorderStyle="Ridge" BorderWidth="2px" CommandName="Edit" CssClass="btn ...

Go to the complete details ...