Home All Groups Group Topic Archive Search About

What's the 'preferred' way to divide a Web page into sections?

Author
9 Feb 2006 9:46 PM
Fred Exley
I'm new to asp .net and web design in general, and so far all I am aware of
in Visual Studio to divide a page into logical groupings is by using a
Table.  This eliminates any Design View editing, so there must be a better
way.  Any examples for reference would be much appreciated.  Thanks

Author
10 Feb 2006 1:53 PM
Doug Salomon
It's embarrassing, but I still use tables for quite a lot of layout. (I like
CSS, but I just can't make it work for me in visual studio).

If you do end up staying with tables, you can edit them visually in the IDE.
From the tools menu, choose "Insert Table" and go from there.


Show quoteHide quote
"Fred Exley" wrote:

> I'm new to asp .net and web design in general, and so far all I am aware of
> in Visual Studio to divide a page into logical groupings is by using a
> Table.  This eliminates any Design View editing, so there must be a better
> way.  Any examples for reference would be much appreciated.  Thanks
>
>
>
Author
10 Feb 2006 4:23 PM
Fred Exley
thanks much
Author
10 Feb 2006 8:47 PM
Steve C. Orr [MVP, MCSD]
Tables are quite useful for this kind of thing.
I think you'll want to use the Table control from the HTML section of your
toolbox if you want to be able to edit the contents visually at design time.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Fred Exley" <fexley***@msn.com> wrote in message
news:11une2boea5vfa5@corp.supernews.com...
> I'm new to asp .net and web design in general, and so far all I am aware
> of in Visual Studio to divide a page into logical groupings is by using a
> Table.  This eliminates any Design View editing, so there must be a better
> way.  Any examples for reference would be much appreciated.  Thanks
>
Author
10 Feb 2006 10:43 PM
Fred Exley
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%23EdXsMoLGHA.3272@tk2msftngp13.phx.gbl...
> Tables are quite useful for this kind of thing.
> I think you'll want to use the Table control from the HTML section of your
> toolbox if you want to be able to edit the contents visually at design
> time.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net

Yes, thanks, that sounds like just what I need.  But how do I 'turn on' the
HTML section of the Toolbox?  All the selections are greyed-out whether I'm
in Design mode or Source mode.  Thanks again!
Author
12 Feb 2006 6:13 PM
Ken Cox - Microsoft MVP
You might want to check out a splitter control for this. ComponentArt has a
beta of one

http://www.componentart.com/downloadbeta.aspx

Show quoteHide quote
"Fred Exley" <fexley***@msn.com> wrote in message
news:11une2boea5vfa5@corp.supernews.com...
> I'm new to asp .net and web design in general, and so far all I am aware
> of in Visual Studio to divide a page into logical groupings is by using a
> Table.  This eliminates any Design View editing, so there must be a better
> way.  Any examples for reference would be much appreciated.  Thanks
>
Author
17 Feb 2006 3:45 AM
Joe King
Fred,

We have a robust Splitter/Panel solution if you are looking for ways of
dividing, resizing and scrolling portions of a web page:

PanelSet for ASP.NET:

https://www.coalesys.com/products/mercuryuiaspnet/features/panelset.asp

--
Regards,

Joseph King
Coalesys, Inc.

Show quoteHide quote
"Fred Exley" <fexley***@msn.com> wrote in message
news:11une2boea5vfa5@corp.supernews.com...
> I'm new to asp .net and web design in general, and so far all I am aware
> of in Visual Studio to divide a page into logical groupings is by using a
> Table.  This eliminates any Design View editing, so there must be a better
> way.  Any examples for reference would be much appreciated.  Thanks
>