Status Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a problem with my asp.net page: My customers wants to see a Message like "Wait while process your query" but I don't how to do that...Because that page is a Modal Page that was load with a showModalDialog javascript sentence. Is in that page that is modal were we want to show a message while the query is processing....

If somebody knows how to show a Message while we're processing something please help me!!!!!

Thank for your answer

Regards

Johny Segura
 
For me I rather rediect him to a thank you page after done.

Johny Segura said:
I have a problem with my asp.net page: My customers wants to see a Message
like "Wait while process your query" but I don't how to do that...Because
that page is a Modal Page that was load with a showModalDialog javascript
sentence. Is in that page that is modal were we want to show a message while
the query is processing....
 
The simplest example I've seen for such a situation is this:
http://www.aspnetpro.com/NewsletterArticle/2003/08/asp200308bm_l/asp200308bm_l.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com



Johny Segura said:
I have a problem with my asp.net page: My customers wants to see a Message
like "Wait while process your query" but I don't how to do that...Because
that page is a Modal Page that was load with a showModalDialog javascript
sentence. Is in that page that is modal were we want to show a message while
the query is processing....
 
You can check this article also,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html
/dngrfwalkthroughtrackingserverprogressfromaspnetclientapplication.asp

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



Johny Segura said:
I have a problem with my asp.net page: My customers wants to see a Message
like "Wait while process your query" but I don't how to do that...Because
that page is a Modal Page that was load with a showModalDialog javascript
sentence. Is in that page that is modal were we want to show a message while
the query is processing....
 
Back
Top