aspx_beginners thread: Panel Control
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
|





