Hello. This problem is driving me nuts. I have created many web pages using ASP.Net/VB.Net. When I view the pages in Netscape, I get whitespace on the top of the browser. This does not happen in IE. I've narrowed the problem down to 3 lines. Here they are:
<input type="hidden" name="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" value="dDwt..blahblahblah.." />
.Net puts these directly underneath the form tag. (I figured this out by saving the web page to an .html file and playing with the html in netscape)
How can I remove the whitespace from the top of the browser???
Thanks!
SteveS
sms@hmbnet.com
<input type="hidden" name="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" value="dDwt..blahblahblah.." />
.Net puts these directly underneath the form tag. (I figured this out by saving the web page to an .html file and playing with the html in netscape)
How can I remove the whitespace from the top of the browser???
Thanks!
SteveS
sms@hmbnet.com