VB.NET ASP.NET Web Application woes (VS 2008)

Posted by typoknig on Stack Overflow See other posts from Stack Overflow or by typoknig
Published on 2010-04-13T14:33:06Z Indexed on 2010/04/13 14:42 UTC
Read the original article Hit count: 302

Hi all, I am making my first web application with ASP.NET and I am having a rough time. I have previously created the application I am working on as a Windows Form application and it works great, but I am having problems with the HTML side of things in the web application. My issues are pretty minor, but very annoying. I have worked with websites before and CSS, but as far as I can tell I do not have direct access to a CSS when creating a web application in VS 2008. My biggest issue is the positioning of components that I have dragged onto the "Default.aspx" form. For instance, how am I supposed to float a panel next to another one if I don't have a CSS, or how am I to correctly position a label?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about ASP.NET