Hi,
Can anyone help me regarding update data in the gridview by using AJAX. Once enter the values textboxes and saved into Database, then gridview has to update the new changes. I am using C#.
Pls help me to know about this.
Thank you.
Call the Update method of the UpdatePanel which contains the GridView programmatically after you save values to the database.
...// Save to database
UpdatePanel1.Update();
Thanks
No comments:
Post a Comment