I have an aspx page which I am using Dreamweaver to modify. The page is
about 3 screens long. The problem is that VS.NET is showing the first
screen without showing the vertical scrollbars in the designer. Therefore I
can't make any changes beyond the first screen.
I am guessing VS encountered something that is confusing it or it doesn't
like. Anyone encountered this situation before and has ideas?

Signature
John Dalberg
John Dalberg - 28 Feb 2005 21:08 GMT
> I have an aspx page which I am using Dreamweaver to modify. The page is
> about 3 screens long. The problem is that VS.NET is showing the first
[quoted text clipped - 3 lines]
> I am guessing VS encountered something that is confusing it or it doesn't
> like. Anyone encountered this situation before and has ideas?
The problem was a style="OVERFLOW-X:hidden" in the body tag.

Signature
John Dalberg