gotnetdude
Active member
- Joined
- Jan 24, 2008
- Messages
- 27
- Programming Experience
- 10+
I have a gridview on a .aspx. The each row in the gridview contains a button. The rows on the page exceed the length of the visible page. The client does not want to use paging. I have applied the ajax update panel to the page. When I scroll down and click a buttun from the gridview row, the page repaginates back to the top of the page. The client would like the page to stay at the row selected. Is this possible?