Re: Update message on web page while processing
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Fri, 27 Oct 2006 05:29:53 GMT
Hi Mark,
As other members have mentioned, you have many approaches to query the
running status from server-side:
** use html meta tag to refresh the page constantly:
http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm
** use client script to postback the html page e.g.
document.forms[0].submit()
http://www.javascript-coder.com/javascript-form/javascript-form-submit.phtml
** In ASP.NET 2.0, there provides AJAX like script callback can even help
you call a server-side page fucntion without postback the page.e.g.
#Implementing Client Callbacks Without Postbacks in ASP.NET Web Pages
http://msdn2.microsoft.com/en-us/library/ms178208.aspx
Hope also helps.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Update message on web page while processing
- From: Mark
- Re: Update message on web page while processing
- From: John Timney \(MVP\)
- Re: Update message on web page while processing
- From: Mark
- Re: Update message on web page while processing
- From: John Timney \(MVP\)
- Update message on web page while processing
- Prev by Date: Re: Page Generation Time
- Next by Date: RE: Alternate Control Validation
- Previous by thread: Re: Update message on web page while processing
- Next by thread: Re: Update message on web page while processing
- Index(es):
Relevant Pages
|