2
Answers

How to implement AJAX on my DataGrid after buttonclick event

Ask a question
I am performing insert operation on a data base table from web page. I want to update the table present in the GridView when I click on insert button without refreshing whole page. How?

Answers (2)