473,397 Members | 2,116 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Asynchronous page display

I am developing a web application using VS 2008. We have included the
AjaxControlToolkit.

We have a report page. You select the fields you want to see and the
filters you want to apply. They application goes off and finds all of the
records in several tables on an Oracle database then returns a report using
the Microsoft Report viewer. The queries take a bit of time to run.

I want to return control to the user immediately after they hit submit.
Every couple seconds I want to update some kind of progress indicator that
will track the progress on their application.

As soon as the data is gathered and the report is rendered, I would prefer
to display the report to the user.

Currently, the page the users view their reports on uses html. When they
hit submit the resulting page displays text that shows the progress of the
report. I believe that a timer is set to refresh the page. As soon as the
report is complete, they are provided with a link which lets them download
the resulting report.

Could someone point me in the right direction, even if only to provide the
standard terminology for what I want to do.

--
Russel Loski, MCT, MCITP Database, MCSD.Net
Jul 15 '08 #1
1 1523
you already have the correct approach. instead of displaying the link, do a
redirect to the report.

you could use ajax with a timer to poll for compete instead of a page
refresh and the ajax could redirect (window.location) when done.

but in general you need to start a background process to build the report,
and the page needs to poll for complete.

-- bruce (sqlwork.com)
"Russel Loski" wrote:
I am developing a web application using VS 2008. We have included the
AjaxControlToolkit.

We have a report page. You select the fields you want to see and the
filters you want to apply. They application goes off and finds all of the
records in several tables on an Oracle database then returns a report using
the Microsoft Report viewer. The queries take a bit of time to run.

I want to return control to the user immediately after they hit submit.
Every couple seconds I want to update some kind of progress indicator that
will track the progress on their application.

As soon as the data is gathered and the report is rendered, I would prefer
to display the report to the user.

Currently, the page the users view their reports on uses html. When they
hit submit the resulting page displays text that shows the progress of the
report. I believe that a timer is set to refresh the page. As soon as the
report is complete, they are provided with a link which lets them download
the resulting report.

Could someone point me in the right direction, even if only to provide the
standard terminology for what I want to do.

--
Russel Loski, MCT, MCITP Database, MCSD.Net
Jul 15 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Leo | last post by:
Version 7 fixpack 9, aix 5.1 In our database we have a table that that has a dedicated bufferpool for the data, and another for indexes. Actually we have three of these combinations and they...
1
by: Natalia DeBow | last post by:
Hi, I am working on a Windows-based client-server application. I am involved in the development of the remote client modules. I am using asynchronous delegates to obtain information from...
3
by: Thomas Nielsen | last post by:
Hi, I need to make a web page that wait for 3 asynchronous processes to finish. So I am considering these options 1) Poll the status of the processes from the web page using the "REFRESH"...
2
by: Michael | last post by:
Hi all.. I need to submit an asynchronous request for a credit card authorization. I have an aspx page where the user confirms the transaction and clicks a button to send the transaction to the...
1
by: Turbo | last post by:
I need to be able to update the content on the client machine when a web service event is fired or an asynchronous callback routine is executed. For example, I open a page that will display a...
7
by: Siv | last post by:
Hi, I have a stored procedure that I want to execute and then wait in a loop showing a timer whilst it completes and then carry on once I get notification that it has completed. The main reason...
1
by: dba123 | last post by:
I need to perform Asynchronous Inserts using DAAB. So far I have a method which does an insert but how can I do this Asyncronously so that it does not affect the load on our public production...
0
by: vpidatala | last post by:
Hi All, I am lil confused with different ways of asynchronous data access. My understanding is that, asynchronous data access frees up a thread instead of engaging it while a stored proc is...
0
by: Bishoy George | last post by:
Hi, I have a asp.net 2.0 web application. I want to implement the asynchronous model through http handler in web.config ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.