D
David Veeneman
I'm just getting started with ASP.NET in Visual Studio 2005. The last web
work I did involved ASP 3.0 in FrontPage.
I've been through the MSDN tutorials on creating web pages, but not of them
seem to cover real-world page layout. In the ASP era, I used tables to
provide a structure for a page, then coded HTML controls within the grid.
So, my first question is: Are pages laid out the same way in ASP.NET--start
with a table and add controls?
I tried using the ASP.NET Table control like a TableLayoutPanel in Windows
Forms, but the table doesn't accept control drops. That leads me to believe
VS 2005 must have a better way of structuring a page.
BTW, I'm familiar with Master Pages, and I plan to use them as soon as I get
proficient at laying out basic web pages in VS 2005.
That brings me to my second question: Are there any good tutorials out there
on web page layout procedures using VS 2005? I've done a Google search, but
I don't see anything that looks like it walks through real world examples.
I'm not concerned about design at this point; I just want to get a page laid
out.
Thanks in advance.
work I did involved ASP 3.0 in FrontPage.
I've been through the MSDN tutorials on creating web pages, but not of them
seem to cover real-world page layout. In the ASP era, I used tables to
provide a structure for a page, then coded HTML controls within the grid.
So, my first question is: Are pages laid out the same way in ASP.NET--start
with a table and add controls?
I tried using the ASP.NET Table control like a TableLayoutPanel in Windows
Forms, but the table doesn't accept control drops. That leads me to believe
VS 2005 must have a better way of structuring a page.
BTW, I'm familiar with Master Pages, and I plan to use them as soon as I get
proficient at laying out basic web pages in VS 2005.
That brings me to my second question: Are there any good tutorials out there
on web page layout procedures using VS 2005? I've done a Google search, but
I don't see anything that looks like it walks through real world examples.
I'm not concerned about design at this point; I just want to get a page laid
out.
Thanks in advance.