Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Placeholder control and dynamic loading of web usercontrol
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Placeholder control and dynamic loading of web usercontrol
Miscellaneous
Thread ID:
01148132
Message ID:
01148132
Views:
66
Hi,
I created a webform that has a header and footer;

HEADER
------------------------------------
MENU || PLACEHOLDER
------------------------------------
FOOTER

What i am trying to do is whenever the user clicks on an item from the menu codebehind instantiates a web usercontrol and adds it to the control list of the placeholder (Menu and Placeholder is inside an html table to keep them separate)

My problem is that if i instantiate a web usercontrol that is larger than the height of the Menu/Placeholder table....some of the controls (textboxes mostly) is rendered OVER the footer.

What i would like to do is whatever the height of the web usercontrol, the height of the table that contains the placeholder will also increase.

Im using .net 1.1 and visual studio 2003, iis6 and IE6.

any suggestions?

im an asp.net newbie; thanks in advance

paolo
Reply
Map
View

Click here to load this message in the networking platform