Automatic Redirect
Hi All,
In my web application, I have a rather heavy page ('a.aspx') which takes quite some time to load. So when the user clicks on the link to the page, it takes some time before he can see some stuff from the page. So I am using an intermediate page which has an image and a message requesting the user to wait for some time to load 'a.aspx'. In the intermediate page load event, I am redirecting to 'a.aspx'. However, when the user clicks on the link to the intermediate page, he is not in a position to view that page, This works as if the 'a.aspx' page is being loaded withou the intermediate page.
Is there any method by which I can show the intermediate page before the redirection to 'a.aspx' is made?
Please help...
Regards
Ganesh
__________________
Regards
Ganesh
http://ganeshprof.blogspot.com
Find your solution here...
|