Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development | Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
Author | Forum: PowerWEB LiveControls for ASP.NET Topic: Wrapper Control? |
dmcdearis From: Duluth, GA USA Posts: 8 Member Since: 03/23/05 |
posted March 29, 2005 11:19 AM Are there any examples on this control and full descripton of what it is and how to use it? |
Mike Baldwin (Admin)![]() From: Rome, NY USA Posts: 114 Member Since: 04/11/00 Extra Support Options Custom Application Development |
posted March 29, 2005 2:30 PM The purpose of LiveWrapper is to encapsulate the rendering of 3rd party controls, so that we can render them more correctly when they are modified within a live callback. Unfortunately, we've only tested it with Infragistic's products, and have found that many 3rd party controls still require special handling. LiveWrapper will be extended over time to support additional products with improved design-time WYSIWYG support. LiveWrapper just made release 1.1.1 (sans instructions on how to use it), so use it as follows: 1. Draw LiveWrapper on your form. 2. Draw the 3rd party control on the form where you wish to place it. 3. Edit the tags as follows (it may not render a WYSIWYG representation in the designer, but should look fine at runtime): <cc1:LiveWrapper id="LiveWrapper1" runat="server"> <asp:AnyControl id="AnyControl1" style="Z-INDEX: 101; LEFT: 104px; POSITION: absolute; TOP: 88px" runat="server" Text="AnyControl" Width="153px" Height="40px"></asp:AnyControl> </cc1:LiveWrapper> |
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
This site is powered by
![]() |