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

Panels

I want to place three panels side-by-side on a webform in flowLayout. Is
there an easy way to do this?

TIA
--
Mike
Nov 18 '05 #1
6 2590
Hi Mike,

maybe the easiest way is creating a table with 3 cells side by side,
and place a panel inside each one.
Hope it helps,
Nelson Russa
On Fri, 19 Nov 2004 08:40:15 -0700, "Mike Salter"
<tr********@hotmail.NOSPAM.com> wrote:
I want to place three panels side-by-side on a webform in flowLayout. Is
there an easy way to do this?

TIA


Nov 18 '05 #2
Sure, put them in a table:

<table>
<tr>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
</tr>
</table>

"Mike Salter" wrote:
I want to place three panels side-by-side on a webform in flowLayout. Is
there an easy way to do this?

TIA
--
Mike

Nov 18 '05 #3
Or, use CSS and absolute positioning.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.

"Brad Quinn" <Br*******@discussions.microsoft.com> wrote in message
news:B4**********************************@microsof t.com...
Sure, put them in a table:

<table>
<tr>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
</tr>
</table>

"Mike Salter" wrote:
I want to place three panels side-by-side on a webform in flowLayout. Is there an easy way to do this?

TIA
--
Mike

Nov 18 '05 #4
Be my guest ;)

"Kevin Spencer" wrote:
Or, use CSS and absolute positioning.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.

"Brad Quinn" <Br*******@discussions.microsoft.com> wrote in message
news:B4**********************************@microsof t.com...
Sure, put them in a table:

<table>
<tr>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
</tr>
</table>

"Mike Salter" wrote:
I want to place three panels side-by-side on a webform in flowLayout. Is there an easy way to do this?

TIA
--
Mike


Nov 18 '05 #5
A table does the trick. I was just trying to find a way to do it without a
table, but a Panel doesn't have a BREAKAFTER property.

Thanks to All.
--
Mike

"Nelson Russa" <n [dot] russa [at] ebase [dot] pt> wrote in message
news:j7********************************@4ax.com...
Hi Mike,

maybe the easiest way is creating a table with 3 cells side by side,
and place a panel inside each one.
Hope it helps,
Nelson Russa
On Fri, 19 Nov 2004 08:40:15 -0700, "Mike Salter"
<tr********@hotmail.NOSPAM.com> wrote:
I want to place three panels side-by-side on a webform in flowLayout. Is
there an easy way to do this?

TIA

Nov 18 '05 #6
We use CSS and absolute positioning for EVERYTHING on the client. It
separates Layout content (HTML) from Layout Presentation code (which resides
entirely in the external CSS document). Yes, it requires more knowledge and
skill to do. The upside is that whenever we need to make a change to the way
the site looks, our programmers (the ones that make the big bucks) don't
have to get involved, and for our UI guy, it's a snap. And for our
developers, who aren't designers, they don't have to think about design and
HTML at all. They just put HTML content (data) in a div (Panel, for those of
you in Rio Linda), give it a class name, and the UI guy does the rest. Does
a great job of streamlining the development and maintenance processes, which
means mo' money for all of us.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.

"Brad Quinn" <Br*******@discussions.microsoft.com> wrote in message
news:49**********************************@microsof t.com...
Be my guest ;)

"Kevin Spencer" wrote:
Or, use CSS and absolute positioning.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.

"Brad Quinn" <Br*******@discussions.microsoft.com> wrote in message
news:B4**********************************@microsof t.com...
Sure, put them in a table:

<table>
<tr>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
<td><asp:panel ...>...</asp:panel></td>
</tr>
</table>

"Mike Salter" wrote:

> I want to place three panels side-by-side on a webform in
flowLayout. Is
> there an easy way to do this?
>
> TIA
> --
> Mike
>
>
>


Nov 18 '05 #7

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

Similar topics

0
by: PZ | last post by:
OSS 2005 The First International Conference on Open Source Systems Genova, July 11 - 15, 2005 CALL FOR PANELS http://oss2005.case.unibz.it Submissions of panels are solicited for the "First...
0
by: PZ | last post by:
OSS 2005 The First International Conference on Open Source Systems Genova, July 11 - 15, 2005 CALL FOR PANELS http://oss2005.case.unibz.it Submissions of panels are solicited for the "First...
4
by: BBM | last post by:
I'm trying to set up a form with two panels divided by a Splitter control. I can make the Splitter work in the situations described in the documentation (Listbox or TreeView on left w/Dock set to...
1
by: pfnus | last post by:
Hi, I want to display different forms when the buttons are clicked and all the forms are having different controls on it. So instead of adding new windows forms to the project, i enlarged the...
3
by: Jonas | last post by:
Hi! I have aspx-page where I use multiple panels to make room for more controls than would otherwise fit onto one page. On submit, the controls on all panels, visible or not, should be validated...
1
by: Demetri | last post by:
I'm trying to determine if we want to use panels or user controls for our pages. Our primary concern is performance, page loading and posting speed. To illustrate my question, lets use the...
0
by: ohadasor | last post by:
Hello, I'm using .NET Framework 2.0. I'm creating several panels, one above the other, with splitters between them. I'm using Splitter and not SplitContainer, because the latter is such a big...
0
by: aarepasky | last post by:
I am using ASP.NET 2.0 and C#. I am creating a page with multiple panels on it. In the panels are user controls that have the screen layout to input data. I only show one panel at a time by...
1
by: Ben | last post by:
Hi We have a number of Panels on our windows form, we have controls inside and outside of the panels. I am having problems tabbing between controls, it appers to be when the controls are...
3
by: Andrea Gasperi | last post by:
Hi there not sure if this is the right place but i'm proud to use for the first time the "Managed Newsgroups" feature of my brand new MSDN subscription :-) So here is the problem. I've...
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
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.