3
Reply

How to scroll down based on records present in grid control

Santosh Kumar

Santosh Kumar

Nov 10 2014 3:19 AM
756
Hi,

How to scroll down web page based on records present in grid control.

For Example,


I have Employee Search application, I will enter employee id in search box and click search button, if the records in grid does not fit in current page, then the page need to scroll down and show the record present in last row else then page need to be in same position using jquery and asp.net C#.

Here Button is the asp.net and binding the records to the grid on click event of the button not the jquery call. And also no pagination for the grid control.

Answers (3)