Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Panel Control


Message #1 by "Frode" <fstroemm@o...> on Thu, 2 May 2002 16:31:01
Hi.

Is there a way to add text to the bottom of a panel without using another 
control.

Say I have:

<asp:Panel
         id="pnl"
         Height="250px"
         Width="80%"
         HorizontalAlign="Center"
         runat="server" >

         This is static content in the Panel.
      <p/>
</asp:Panel>

The staic content here would be on top. I would like to add some text to 
the bottom too if possible.

thanks

- Frode


  Return to Index