You can't draw webpages like you do in windows form. Any object you drag follows html rules. So you have to create a layout before... I suggest you to read something like this: http://www.tizag.com/htmlT/htmllayout.php Probably you need to study a little bit of html before you create an asp page! Giacomo
2010/8/15 Jason <[email protected]> > Hello, > > I know this might be a very basic question, but perhaps someone can > help me out. > > 1) I'm developing an ASP.NET Web Application in Visual Studio 2008. > 2) I have a web page main.aspx > 3) I'm trying to drag labels and text boxes onto the web page, but > they go to the top left part of the screen. I would like to have it > behave as it would in a vb windows forms application and basically go > to the area of the screen I would like...not to the top left. > > Is there any way to achieve this? Do I need to get DreamWeaver or > something like that in order to achieve this formatting functionality? > > What do most ASP.NET Web Application developers in Visual Studio 2008 > do with this type of a problem? > > Thanks > Jason >
