aspx_professional thread: Stopping an asp:panel from rendering as a table in NS
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
|





