Hello friends,
I used gridview for insert update delete record but in my application I want to use ajax update panel for gridview when I clicked on edit, updateor, delete button in gridview.
How to use trigger in gridview. I have use asyncronous trigger in gridview but when I clicked on edit button no event fired.
Please give me solution
Deepak VermaPosted Jan 6, 2015, 5:18 AM
You can do it in these ways:
1) Simply wrap the GridView with the UpdatePanel, no need to add any trigger.
2) If you need to update a portion of page and the button (on click you want to update) is outside the update panel, then add a asynchronous postback trigger for that button.
3) If you still need help, please share your code.