Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Stopping an asp:panel from rendering as a table in NS


Message #1 by Julian Voelcker <asp@t...> on Wed, 18 Dec 2002 02:12:18 GMT
Hi Phil,

Many thanks for that - just the job - I never thought about approaching 
it from that angle.

On Wed, 18 Dec 2002 09:50:30 -0000, Philip Steel wrote:
> Use a <div> tag and apply runat="server" attribute:
> 
> <div id="myDiv" runat="server" />
> 
> you can then manipulate thus:
> 
> myDiv.InnerHtml = "Hello World";
> myDiv.Visible = true;
> 
> Phil


Cheers,

Julian Voelcker
The Virtual World (UK) Limited
Cirencester, United Kingdom



  Return to Index