Also u can use AJAX Modal popup Check this :
http://www.asp.net/AJAX/Aj
Main Topics
Browse All TopicsPrior to my default.aspx screen or any other screen opening, I'd like to display a 'please wait while loading' type screen. Sorry for my lingo, but I don't know how else to explain it
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Also u can use AJAX Modal popup Check this :
http://www.asp.net/AJAX/Aj
Hello I have tried the .non ajax example and my PLEASE WAIT SCEEN OPENS but does not forward. Below is the code that I have:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="PleaseWait.asp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm
<html xmlns="http://www.w3.org/1
<head runat="server">
<title>Sil vous plait patienter ....</title>
<script type="text/javascript" language="javascript">
var ctr=1;
var ctrMax = 50;
var intervalID;
function Begin(){
//set this page's window.location.href to the target page
window.location.href="<%=de
//but make it wait while we do our progress....
intervalID = window.setInterval("ctr=Up
}
function End(){
//once the interval is cleared, we yield to the result page(which has been running)
window.clearInterval(inter
}
function UpdateIndicator(){
curCtr += 1;
if (curCtr <= ctrMaxIterations){
document.getElementById("i
return curCtr;
}
else{
document.getElementById("i
return 1;
}
}
</script>
</head>
Public Partial Class WebForm5
Inherits System.Web.UI.Page
Dim valid As New LogicDiagram.DataValidatio
Protected destURL As String = ""
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If valid.eliminateNullString(
destURL = Request.QueryString("destP
For Each k As String In Request.QueryString.AllKey
If k <> "destPage" Then
destURL = destURL + "&" + k + "=" + Request.QueryString(k).ToS
End If
Next
Else
destURL = "default.aspx"
End If
End Sub
End Class
THE FOLLOWING IS THE SCRIPT THAT SHOULD LOAD THE PAGE:
button2.Attributes.Add("On
Hi,
see if this helps you
http://weblogs.asp.net/sco
Thanks and regards,
Venki
Business Accounts
Answer for Membership
by: priyananthPosted on 2009-08-23 at 16:54:41ID: 25164825
Check this link below :
s.com/2009 /02/08/cre ating-gene ric- loadin g-page-for -aspnet/
http://nlakkakula.wordpres