|
|
|
start date: Thu, 2 Aug 2007 08:30:06 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.webcontrols
back
| Thread Index |
|
1
Ziangi Jones
|
|
2
Manish Bafna
|
Adjustment of hidden textboxes, labels
Hi,
I have a user control with some labels & textboxes. Depending on the
form-type, some of these labels, textboxes are displayed & some are not.
This creates an EMPTY space when a particular field is not displayed.
Is it possible that when a particular field is not displayed, the textbox or
label below it fills up that empty space ?
--
Greats!
Date:Thu, 2 Aug 2007 08:30:06 -0700
Author:
|
RE: Adjustment of hidden textboxes, labels
Hi,
if you are using ASP.NET 1.x, i would suggest you to use Panel controls to
hide or show a grouping of other web controls and content. In ASP.NET 2.x,
coding time is reduced with the new MultiView and View controls.
For more Info:
http://aspalliance.com/675
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"Ziangi Jones" wrote:
> Hi,
>
> I have a user control with some labels & textboxes. Depending on the
> form-type, some of these labels, textboxes are displayed & some are not.
> This creates an EMPTY space when a particular field is not displayed.
>
> Is it possible that when a particular field is not displayed, the textbox or
> label below it fills up that empty space ?
> --
> Greats!
Date:Fri, 3 Aug 2007 08:16:17 -0700
Author:
|
|
|