Re: Web Page Question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



The act of leaving the page may make this problematic.
However, if you stay on the same page and implement
an AJAX or Atlas approach for remote execution
of the data retrieval, you should be able to handle this.

Search google on asp.net ajax atlas for dozens of samples.

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp





"Tim" <tim@xxxxxxx> wrote in message news:eAKlfkzFHHA.4580@xxxxxxxxxxxxxxxxxxxxxxx
Hello,

I have a web page that a user enters in information and selects some products. On submit the page the info is saved to a db, connects to third party web apps and retrieves data, and third party data is saved. I want to be able on submit is redirect the user to a loading page (status) while the app is doing the above functionality and then when finished user is redirect to a new page (results). I really do not know where to start with this so can someone point me in the right direction?

Thanks


.



Relevant Pages

  • Re: AJAX Page Loading Failure on Some Browsers
    ... the updateprogress control is designed to run during an async postback. ... the ajax code receives this, and sets the document.location to the new url (to do the redirect). ... if you are doing this on your local box, the redirect response may come before the progress bar even has chance to start. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Calling server site script from Javascript using ATLAS
    ... User ATLAS for the teriffic controls and an AJAX ... oHttp = new window.XMLHttpRequest; ... For the Response, if you want to send XML code back, make sure to set ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Web Page Question
    ... I understand AJAX (not Atlas that well use a third ... You suggest to use AJAX on submit ... really have no place to show a loading bar. ... third party web apps and retrieves data, and third party data is saved. ...
    (microsoft.public.dotnet.framework.aspnet)
  • [Atlas] [Ajax ASP.NET] [Client centric]
    ... I have a customer who ask me to use Atlas (Ajax over ASP.NET) in Client centric development. ... THis could help us to use the ASP.NET controls into Javascript client code. ... This way of use exist for Atlas. ... Ce mode, il existe, j'en ai un ppt des devdays 2006 + demo et code... ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: php/ajax question
    ... When you use "HEADER()", an HTTP header is sent to client browser. ... using with an ajax call the header cannot redirect the page. ... But when using ajax. ...
    (php.general)