retain controls added to placeholder during postback?

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I'm adding several controls (labels, etc.) to a placeholder programatically.
I'd like the PlaceHolder to maintain these contents during postbacks without
having to programmatically recreate their contents. Is there a way to do
this?

Thanks in advance.

Mark
 
I'd like the PlaceHolder to maintain these contents during postbacks
without
having to programmatically recreate their contents. Is there a way to do
this?

No. Whom do you expect to re-create their contents? It's either going to be
your application or nobody.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top