i have a asp.net webpage, it has 4 textboxes which stores value into a sql database, i have created a gridview to this table, but it is showing values in the table before pageload when i create a record using save button on this page the record is created on the background but it is not updated on the gridview. How to bind the gridview with the buttons events on the page.