T
Ty
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.Transfer". I'm
not sure when the "OnLeavingPage" fires.
Any help or thoughts would be greatfully accepted.
PS I'm using VS 2008 Vb.net and creating a web site.
Thanks,
Ty
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.Transfer". I'm
not sure when the "OnLeavingPage" fires.
Any help or thoughts would be greatfully accepted.
PS I'm using VS 2008 Vb.net and creating a web site.
Thanks,
Ty