Tuesday, August 30, 2005

Writing dynamically to an asp page

first create a new panel object and name it, set its width to 100% and delete out any text

then use..

Panelname.Controls.Add(new LiteralControl("string"));

to add to it :)

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home