Home All Groups Group Topic Archive Search About
Author
13 Feb 2006 5:31 AM
js
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.

Author
13 Feb 2006 6:51 AM
Cor Ligthert [MVP]
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