scrolling a div tag in aspx page
Hi,
I am working with a div tag with vertical scroll. The problem is the
main page,where the div tag is placed, scrolls when the scrollbar in
div tag reaches its maximum.
How do i allow my main page not to scroll with div tag.
I have applied style="overflow:auto" in the div tag but no use.
please suggest