The grid view below doesn't update after the save or update button is clicked. I've tried changing the update mode to always and commented out the code for the update panel's manual Update() calls, but it didn't work. I also tried setting the details as
the trigger after trying it with update mode set to always and no triggers defined, but it didn't work either. It doesn't refresh with update mode as always or conditional. The update is happening because the correct data is showing when I refresh the page.
It won't happen asynchronously though.
I suspected the issue may be with the BindGrid() method that's used by the alphabet pager at the top of the page. You can see where I tried to address it in this method, but it didn't make a difference. I was hoping it would repopulate it and rebind it.
Does anyone see what could cause the gridview's update panel to not update or the gridview to not refresh?
Go to the complete details ...