For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > July 2004 > how to place web user control









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author how to place web user control
Joe Au

2004-07-31, 8:56 am

How to place the web user controls on the web form freely the location I
want? Especially, if I get more than one web user controls.
Thanks.
Joe.


Lucas Tam

2004-07-31, 3:56 pm

"Joe Au" <joeau@livingfaith.org.hk> wrote in news:ex6i61udEHA.1000
@TK2MSFTNGP12.phx.gbl:

> How to place the web user controls on the web form freely the location I
> want? Especially, if I get more than one web user controls.


In the page layout - use Grid Layout.

But just be warned... not all browsers support this mode well because it
uses DHTML for layout.

Instead, it's best to use flow layout with HTML tables for positioning.

--
Lucas Tam (REMOVEnntp@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
[url]http://members.ebay.com/aboutme/spot18/[/url]
S. Justin Gengo

2004-07-31, 3:56 pm

Joe,

There are two ways to place controls on a web page. You may set the
control's style tag using absolute positioning which allows the control to
be placed anywhere on the page to the pixel. Or you may insert the control
inside of a table cell.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Joe Au" <joeau@livingfaith.org.hk> wrote in message
news:ex6i61udEHA.1000@TK2MSFTNGP12.phx.gbl...
> How to place the web user controls on the web form freely the location I
> want? Especially, if I get more than one web user controls.
> Thanks.
> Joe.
>
>



Joe Au

2004-07-31, 3:56 pm

Thanks for your information.
Joe.


"Joe Au" <joeau@livingfaith.org.hk> wrote in message
news:ex6i61udEHA.1000@TK2MSFTNGP12.phx.gbl...
> How to place the web user controls on the web form freely the location I
> want? Especially, if I get more than one web user controls.
> Thanks.
> Joe.
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com