In this article you will learn how to update and delete a database table using a GridView in ASP.NET.
First create a table with the following two fields:
Save as TestInsert some values into this new table.The table will looks as in this:Then go to Visual Studio then go to New > Website then choose Empty Website.Provide your website a name, if you want to change the location of your website then you can change your location.The next step is to add a webform with the following code.Defult.aspx
Diving Into ASP.NET WebAPI