I am using ASP.NET for developing the web pages.
I tried using datagrids placed between "<DIV>" tags.
Style property "overflow:auto" for the DIV tag was used inorder to get the scrolls.
My main problem is, when I click an item for editing purpose which could be at the bottom of the grid and can be viewed only when we scroll down [scrolls generated by div tag]. After the page gets submitted, I am unable to retain the position of the page. I am seeing the top records , not the one which I have edited.
Can anyone help me out of this situation.
I tried using datagrids placed between "<DIV>" tags.
Style property "overflow:auto" for the DIV tag was used inorder to get the scrolls.
My main problem is, when I click an item for editing purpose which could be at the bottom of the grid and can be viewed only when we scroll down [scrolls generated by div tag]. After the page gets submitted, I am unable to retain the position of the page. I am seeing the top records , not the one which I have edited.
Can anyone help me out of this situation.