Hai I am a Biginner to this website.Please tell me how to add,update and delete records in gridview .
Visit this link - http://www.dotnetfunda.com/articles/article29.aspx, it may help you.
you can firstly create the datasource
grid view work on the disconnect architecthure
you can create the function in code when butoon is click
You should know the basic of Query First. If you are familiar with the mySQL Query, this shouldn’t be a problem. There are a lot of way to do CRUD on ASP.Net. As a starter, this page will help you http://w3schools.com/aspnet/aspnet_dbconnection.asp