J
Joe
I have a page I created that says "Session setting up, please wait...". I
use this page to setup all the information needed for the users session
(this could take 10 seconds or so).
The problem I'm having is that the page never displays.
Is there a way to get the page to display? I tried doing my setup in the
Page_Load and after do a Response.Redirect to the page they need.
use this page to setup all the information needed for the users session
(this could take 10 seconds or so).
The problem I'm having is that the page never displays.
Is there a way to get the page to display? I tried doing my setup in the
Page_Load and after do a Response.Redirect to the page they need.