Click to See Complete Forum and Search --> : Scrolling Datagrid into previous position


malinrob
November 19th, 2004, 09:23 AM
I have a DIV tag with scrollbars around the DataGrid on ASP.NET page. Grid has 50 items, DIV has so height, that enables to display 10 items of datagrid at a time. If userscroll to the e.g. 40-th item and selects it - there is a refresh of page - page scrolls to the top as well as DIV tag. I'm able to scroll back the page to its previous position and I would need to do the same with the DIV tag with datagrid. I.E. Also the horizontal scrollbar around the datagrid should be scrolled back to its previus position.
Can somebody help me pls?

Thanks a lot in advance.