-
Inserting New Row in GridView in Asp.net 2.0
steps: 1) Create the simple web application (asp.net with C#). 2) Create new table (User) in your database. Column Name Data Type UserId int (Pk and AutoIncrement) UserName varchar(50) Address1 varchar(50) EmailAddress varchar(50) 3) In your application (.aspx file) put the below code. we have first true the property of gridview (ShowFooter) and put the…