Addition of dynamic row in gridview
I have developed a site in ASP.NET. There are 10 rows in gridview. I am using JQuery for adding additional row. In the gridview , postback is fired by dropdownlist of product group. When the postback fires, 11th row disappears. When I try to save data, I am getting 10 rows in code behind.I want the additional rows after the postback .