Multiple webusercontrols

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arjen

    Multiple webusercontrols

    Hello,

    I'm working on multiple webusercontrols which i'm using after each other.

    Now I have placed one webusercontrol on a webpage.
    How can I hide this one (after some action) and load an other one?

    Can you give some examples?

    Thanks!


  • Sharon

    #2
    Re: Multiple webusercontrols

    yourWebControl. Visible=false

    "Arjen" <boah123@hotmai l.com> wrote in message
    news:c5euvs$kqu $1@news4.tilbu1 .nb.home.nl...[color=blue]
    > Hello,
    >
    > I'm working on multiple webusercontrols which i'm using after each other.
    >
    > Now I have placed one webusercontrol on a webpage.
    > How can I hide this one (after some action) and load an other one?
    >
    > Can you give some examples?
    >
    > Thanks!
    >
    >[/color]


    Comment

    • Arjen

      #3
      Re: Multiple webusercontrols

      Thanks, how do I have to work with events inside the controls?
      For example button1 is pressed inside control1... hide control show other
      control.

      Thanks




      "Sharon" <talsharon@hotm ail.com> schreef in bericht
      news:OQAYFvNIEH A.2252@TK2MSFTN GP10.phx.gbl...[color=blue]
      > yourWebControl. Visible=false
      >
      > "Arjen" <boah123@hotmai l.com> wrote in message
      > news:c5euvs$kqu $1@news4.tilbu1 .nb.home.nl...[color=green]
      > > Hello,
      > >
      > > I'm working on multiple webusercontrols which i'm using after each[/color][/color]
      other.[color=blue][color=green]
      > >
      > > Now I have placed one webusercontrol on a webpage.
      > > How can I hide this one (after some action) and load an other one?
      > >
      > > Can you give some examples?
      > >
      > > Thanks!
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...