BuysyBox control?

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

    BuysyBox control?

    Anyone using Simone Busoli's BusyBox control?

    I am having a devil of a time getting it to work. I placed the busybox
    on the page (web page) and then added a BusyBoxButton as the trigger.

    I placed this onto my login page to display when the user logs in
    which sometimes can take 10 - 15 seconds.

    I set the BuysBox property ShowBusyBox to OnLeavingPage.

    I set the BusyBoxToShow property on the BusyBoxButton to BusyBox1.

    I would have thought that by clicking the button would show the box
    but it does not show no matter what.

    Maybe I'm using it incorrectly. What happens when the button is
    clicked is that code is run to first authenticate the user in Active
    Directory. If the user is valid then authenticated ticket is created
    and the user is taken to the main page with a "Session.Transf er". I'm
    not sure when the "OnLeavingP age" fires.

    Any help or thoughts would be greatfully accepted.

    PS I'm using VS 2008 Vb.net and creating a web site.

    Thanks,
    Ty
  • Ty

    #2
    Re: BuysyBox control?

    On May 26, 7:35 pm, Ty <tbar...@lewist ownhospital.org wrote:
    Anyone using Simone Busoli's BusyBox control?
    >
    I am having a devil of a time getting it to work. I placed the busybox
    on the page (web page) and then added a BusyBoxButton as the trigger.
    >
    I placed this onto my login page to display when the user logs in
    which sometimes can take 10 - 15 seconds.
    >
    I set the BuysBox property ShowBusyBox to OnLeavingPage.
    >
    I set the BusyBoxToShow property on the BusyBoxButton to BusyBox1.
    >
    I would have thought that by clicking the button would show the box
    but it does not show no matter what.
    >
    Maybe I'm using it incorrectly. What happens when the button is
    clicked is that code is run to first authenticate the user in Active
    Directory. If the user is valid then authenticated ticket is created
    and the user is taken to the main page with a "Session.Transf er". I'm
    not sure when the "OnLeavingP age" fires.
    >
    Any help or thoughts would be greatfully accepted.
    >
    PS I'm using VS 2008 Vb.net and creating a web site.
    >
    Thanks,
    Ty
    Nobody using this? Anyone have any better solution for a please wait
    mechanism to show the user that the page is processing?

    Ty

    Comment

    Working...