I'm write the code which create new row in gridview when click button. Here is the code :
Form1.ASPX
      <table style="font-size: 11pt; width: 100%; font-family: Calibri">              <tr>                 <td style="text-align: Right; width: 100%; background-color: white; height: 24px;">                      <asp:Button ID="ButtonAdd" runat="server" Text="Add New Row" onclick="ButtonAdd_Click" Font-Bold="True" Font-Names="Calibri" Font-Size="10pt" /></td>             </tr>   &nb ...

Go to the complete details ...