Click here to Skip to main content
15,899,632 members
Articles / Web Development / ASP.NET

ASP.NET Redirects a Web Page with AJAX Loading Indicator Image

Rate me:
Please Sign up or sign in to vote.
4.52/5 (16 votes)
7 Jun 2010CPOL3 min read 44.2K   70   13  
How ASP.NET redirects web page with AJAX loading indicator image
Sometimes, when web pages that the web applications are redirecting to, take some time to respond or load. Some users get impatient and are tempted to click on other buttons or links on the page. In this tip, you will see how to overcome this problem by first redirecting the request to an intermediate page, and then loading the requested page from there.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I have over 10 years of experience working with Microsoft technologies. I have earned my Microsoft Certified Technology Specialist (MCTS) certification. I'm a highly motivated self-starter with an aptitude for learning new skills quickly.

Comments and Discussions