Chicod:
The Panel must "wrap" the other controls. Try with this:
<asp
anel id="TechPanel" style="Z-INDEX: 129; LEFT: 384px; POSITION:
absolute; TOP: 480px"
runat="server" Height="88px" Width="312px" BorderStyle="Groove"
BorderWidth="2px" HorizontalAlign="Left" Wrap="False">
<asp:textbox id="TechBems" style="Z-INDEX: 124; LEFT: 496px; POSITION:
absolute; TOP: 512px"
runat="server" Height="13px" Width="72px" BorderStyle="Inset"
MaxLength="8"
BorderWidth="2px" Columns="8"></asp:textbox>
<asp:radiobuttonlist id="TechList" style="Z-INDEX: 128; LEFT: 576px;
POSITION: absolute; TOP: 504px"
runat="server" Height="40px" Width="80px" Font-Bold="True"
RepeatLayout="Flow">
<asp:ListItem Value="R" Selected="True">Requestor</asp:ListItem>
<asp:ListItem Value="TEC">Technician</asp:ListItem>
</asp:radiobuttonlist>
Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar
-----Mensaje original-----
De: Chicod [mailto:
[email protected]]
Expuesto a las: Miércoles, 08 de Octubre de 2008 11:11 p.m.
Expuesto en: microsoft.public.dotnet.framework.aspnet.webcontrols
Conversación: VS2005 Web Panel Control
Asunto: Re: VS2005 Web Panel Control
sorry...here is the panel that wraps a text box and a checklist...
<asp
anel id="TechPanel" style="Z-INDEX: 129; LEFT: 384px; POSITION:
absolute; TOP: 480px"
runat="server" Height="88px" Width="312px" BorderStyle="Groove"
BorderWidth="2px" HorizontalAlign="Left" Wrap="False"></asp
anel>
<asp:textbox id="TechBems" style="Z-INDEX: 124; LEFT: 496px; POSITION:
absolute; TOP: 512px"
runat="server" Height="13px" Width="72px" BorderStyle="Inset"
MaxLength="8"
BorderWidth="2px" Columns="8"></asp:textbox>
<asp:radiobuttonlist id="TechList" style="Z-INDEX: 128; LEFT: 576px;
POSITION: absolute; TOP: 504px"
runat="server" Height="40px" Width="80px" Font-Bold="True"
RepeatLayout="Flow">
<asp:ListItem Value="R" Selected="True">Requestor</asp:ListItem>
<asp:ListItem Value="TEC">Technician</asp:ListItem>
</asp:radiobuttonlist>
--
Chicod
Nathan Sokalski said:
It would be very helpful if you posted your code, what you said doesn't
give
us much to work with.