How make usercontrol visible on the fly?

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I have several usercontrols on an aspx page. They are actually submenus.
How do I make a usercontrol invisible via code?
 
Put it in a placeholder control and use the .Visible property
 

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