Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Absolute positioning of a user control
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00692277
Message ID:
00692518
Views:
22
>>Hi Jayesh. I didn't quite understand your reply. Without a table, I can position a usercontrol absolutely? If so what do I have to change about the control or the page to do this?
>
>Sorry for the confusion.
>
>Yes. It is possible to position a usercontrol absolutely but then it won't resize itself when browser is resized.
>
>In IDE, there is no way to assing absolute position using Property Sheet or any other builder. You will have to go to HTML view and add Style property of that user control.
>
>For example,
>
>
><uc1:WebUserControl1 style="Z-INDEX: 102; LEFT: 563px; POSITION: absolute; TOP: 79px" id="WebUserControl11" runat="server"></uc1:WebUserControl1></form>
>
Thanks a ton.
Previous
Reply
Map
View

Click here to load this message in the networking platform