I have a GridView with about 10 rows that can be updated new rows by users. In the GridView I show only 3 rows and vertical scrollbar.

After a user selects any row on the GridView (the postback occurs), I want to scroll it to the selected row.

How can I do this?

Thanks in advance.