I have a gridview. On it's own, it works great. No problems. Sorts & pages as expected. However, when I put it in an UpdatePanel, it does not sort or page. I setup event handlers for GridView.PageIndexChanging and GridView.Sorting. When I click on a field to sort, nothing happens. Same with the...