Everything displays on one line??

haze

New member
Joined
Feb 1, 2003
Messages
2
Im trying to create and work on a project in ASP.NET by using localhost. I have tried several times and I consistently get the same result: I create a simple .aspx startup page with a few textboxes, buttons and labels, and then compile and run. What I get as a result is an IE window with only the labels displayed, all on one line and all bunched up together. I see no text boxes or buttons! However, if I create the project on a remote server it works just fine! What the heck is this?
Im running WinXP Pro with 384megs of RAM and an Athlon 1.2ghz. When Visual Studio is open all my other applications are closed and my memory/cpu usage is normal.

Can someone please help?

Thanks!!
 
I would start by looking at the settings of your IIS. You might uninstall and re-install it. In the view source of your IE, are the tags there, but just not visible. Also, what is the pageLayout set to on your webform, gridlayout or flowlayout? Try GridLayout
 
Back
Top