I have a gridview which is bound to dataset initially.
Then i edit the gridview data by clicking the edit button. after editing when i click the update button, value should be updated on gridview itself.
Later when i click submit button all updated records should be updated to sql server database.
Can anyone help me with this?