Removing a user control from within a placeholder

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all,

How do I go about removing a user control from within a placeholder control?

The thing is I need to get the current usercontrol value from the place
holder before removing it as the placeholder is used to contain multiple
user controls.

Regards
John.
 
You declare the user control from code-behind and set visible=false.
 

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