Re: Web Page Question
- From: "Robbe Morris [C# MVP]" <joeblow@xxxxxxx>
- Date: Sun, 3 Dec 2006 20:31:47 -0500
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
.
- Follow-Ups:
- Re: Web Page Question
- From: Tim
- Re: Web Page Question
- References:
- Web Page Question
- From: Tim
- Web Page Question
- Prev by Date: Re: Launch an application
- Next by Date: AJAX Update Panel w I.E.7 Problem
- Previous by thread: Web Page Question
- Next by thread: Re: Web Page Question
- Index(es):
Relevant Pages
|