473,395 Members | 1,762 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

ASP.Net 2.0 Page Layout - How to?

I'm trying to construct a page that will approximate a windows form page. It
will include 5 or 6 "rows" of controls with each row containing several
labels, textboxes, maybe a dropdown, a button or two, etc.

I've found that using the default flow approach wont' let me come even
close. I've tried using a table to control things, but that is so tedious
that I'd still be doing layout 2 months from now. I've been told that using
Grid layout is a Bad Thing.

So, what's the best way to do page layout in ASP.Net 2.0 under VS 2005?
Surely there's some way of doing this in reasonable time?

Thanks in advance,
Bill
Feb 11 '06 #1
4 1220
Hate to tell you, but one or more tables are how this is normally done.
You can have tables within tables if you wish. I suggest you use the Table
control from the HTML tab of your toolbox so that you can arrange things
visually in the designer.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Bill Cohagan" <co*****@nospam.nospam> wrote in message
news:eq**************@TK2MSFTNGP10.phx.gbl...
I'm trying to construct a page that will approximate a windows form page.
It will include 5 or 6 "rows" of controls with each row containing several
labels, textboxes, maybe a dropdown, a button or two, etc.

I've found that using the default flow approach wont' let me come even
close. I've tried using a table to control things, but that is so tedious
that I'd still be doing layout 2 months from now. I've been told that
using Grid layout is a Bad Thing.

So, what's the best way to do page layout in ASP.Net 2.0 under VS 2005?
Surely there's some way of doing this in reasonable time?

Thanks in advance,
Bill

Feb 11 '06 #2
Hi Bill,

I agree with Steve that use table or nested tables is the common way to
design html page layout.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 13 '06 #3
Hi Bill,

Have you got any further idea on this issue? If there're anything else we
can help, please feel free to post here.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 16 '06 #4
If you really want, you can turn on absolute positioning and just drag
and drop your web controls where ever you want on the page.

Feb 16 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

179
by: SoloCDM | last post by:
How do I keep my entire web page at a fixed width? ********************************************************************* Signed, SoloCDM
0
by: Nathan | last post by:
Hi, I seem to having a peculiar problem with the display of odd and even pages in XSL-FO. Here is a small background of the problem. My xsl stylesheet mentions my fo:layout-master-set as ...
11
by: David Given | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Say I have a piece of Javascript that transforms the HTML on a page. (In order to work around CSS bugs.) I could invoke this from the BODY onload...
7
by: ALI-R | last post by:
Hi All, I have two user controls (header and footer) ,,which I've placed in an HTML Table in a page.I set the **align="center"** in the table and the table still is on the left side of the page...
1
by: asad | last post by:
Hello, I have some problem in Layout of my page, actually i have created a ASP.NET user control file in which my site links has been generated. I want to put this control on all of my pages but...
7
by: David Veeneman | last post by:
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...
5
by: Stephen Poley | last post by:
There are plenty of people around these groups who promote the idea of flexible page design. However, while employing relative units and not fixing column-widths is a big improvement on...
3
by: Carl Gilbert | last post by:
Hi I am looking to convert a site from HTML to ASP.NET making use of CSS. I have tried various combinations but I can not seem to get the correct combination of div and CSS tag configurations....
13
by: Justin.Voelker | last post by:
Hello Everyone: I am in search of an easier way to develop pages. My most current website, www.Base2WebDesign.com, has the exact same layout throughout the entire site. Right now I use a...
7
by: amishguy | last post by:
Hello, I am having an issue with a site I'm creating right now. I have had this issue before and I would like to figure out what the solution is instead of using workarounds as I have in the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.