hide user control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi, I have an user control contains another user control(a), I try to hide
it:
a.Visible = False

But it's still showing, how to do this? Thanks in advance.
 
js,

One of the ways, in my opinion the best, is that you create your own visible
property inside your user control for that. Now you are going on 3 feets in
my opinion.

I hope this helps,

Cor
 

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