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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top