Q: Write to ASP Panel

joe_pool_is

Contributor
Joined
Jan 18, 2004
Messages
507
Location
Longview, TX [USA]
How can I write information to a new Panel control? The information will have HTML tags, so I can not drop a Label or TextBox onto the panel and write to it.

I've been looking for something similar to a Document.Write method:
Code:
Panel2.Write = "<body><table>...</table></body>";
Obviously, this does not work.

Currently, I have 2 panels on my form, one visible and the other hidden. On Submit, the panels reverse rolls and I need to write information to this second panel.

Won't someone please show me the way? I seem to have lost it.
 
Back
Top