hide user control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    #1

    hide user control

    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.


  • Cor Ligthert [MVP]

    #2
    Re: hide user control

    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


    Comment

    Working...