|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What's the 'preferred' way to divide a Web page into sections?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 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 > > > 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. 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 > "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message Yes, thanks, that sounds like just what I need. But how do I 'turn on' the 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 HTML section of the Toolbox? All the selections are greyed-out whether I'm in Design mode or Source mode. Thanks again! 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 > 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 -- Show quoteHide quoteRegards, Joseph King Coalesys, Inc. "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 >
ASP.NET 2.0 Dropdownlist EnableViewState=false SelectedIndexChange
Postback problem with web parts GridView ASP 2.0 DropDownList: MaxDropDownItems? HELP: Dynamic updateable checkbox list Convert string to ITemplate Treeview update on postback Login control and validation GridView current row?? Retrieving machine.config/web.config values ... |
|||||||||||||||||||||||