473,387 Members | 1,891 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,387 software developers and data experts.

Dynamic Table Control placement

I have 2 Table Controls generated with Visual Studio .NET. I dont know how
big the first one will be until after page load (this page is called from
somewhere so the tables rows/columns vary each time). So I need to place the
second one below the first one automatically. Plus I'll also be place a
couple drop down lists, buttons, etc below the first one.

Any ideas of how to do this? Right now,I cant get the second table to move.

Note: i tried building a table in my HTML and placing my 2 server asp.net
controls in between but that didnt work
Nov 18 '05 #1
1 1211
Make sure your pageLayout property is set to FlowLayout instead of
GridLayout.
(After the change you may need to delete your controls and then re-add them
to the form to get them to truly switch to flow.)
Then your controls should automatically flow one after the other without
bunching up on top of each other.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"klynn" <kl***@discussions.microsoft.com> wrote in message
news:E0**********************************@microsof t.com...
I have 2 Table Controls generated with Visual Studio .NET. I dont know how
big the first one will be until after page load (this page is called from
somewhere so the tables rows/columns vary each time). So I need to place
the
second one below the first one automatically. Plus I'll also be place a
couple drop down lists, buttons, etc below the first one.

Any ideas of how to do this? Right now,I cant get the second table to
move.

Note: i tried building a table in my HTML and placing my 2 server asp.net
controls in between but that didnt work

Nov 18 '05 #2

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

Similar topics

1
by: CITI_Cam | last post by:
Main problems: my dynamically created controls are inaccessible after postback. I want to capture user entered values from these dynamically created controls, but the controls disappear after...
1
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
1
by: sleigh | last post by:
Hello, I'm building a web application that will build a dynamic form based upon questions in a database. This form will have several different sections that consist of a panel containing one to...
2
by: hb | last post by:
Hi, I have a page that uses dynamic generated web user control. On the eupdate.aspx, I get: === <asp:table id="tblE" runat="server"> <asp:tablerow id="rE" runat="server"> <asp:tablecell...
1
by: KatB | last post by:
I'm creating an asp.net page using VS.NET. TOPIC1 Radio button list TOPIC2 Radio button list etc.
6
by: Paul | last post by:
Hi I have 2 data grids and several controls on a web page. The grids will vary in size, just wondering if the lower grid could be covered by part of the upper grid depending on its size or is there...
1
by: Larry Bud | last post by:
A dynamic control (A dropdown) is created in PageLoad, but the value of the dynamic control dictates where it's added (such as which cell in a table) on a postback. Seems like a catch-22. I...
0
by: Eniac | last post by:
Hi, I've been working on a custom user control that needs to be modified and the validation is causing me headaches. The control used to generate a table of 4 rows x 7 columns to display all...
6
by: =?ISO-8859-1?Q?Tim_B=FCthe?= | last post by:
Hi, we are building a Java webapplication using JSF, running on websphere, querying a DB2 9 on Suse Enterprise 10. The app uses JDBC and PreparedStatements only (aka dynamic SQL). Every night,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.