Click here to Skip to main content
15,905,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataView and its DataSource Pin
allende14-Mar-07 1:49
allende14-Mar-07 1:49 
QuestionSecurity Web Control Pin
blitz2bleach13-Mar-07 12:34
blitz2bleach13-Mar-07 12:34 
Questioni just want to know what is wrong Pin
blitz2bleach13-Mar-07 12:01
blitz2bleach13-Mar-07 12:01 
GeneralData Container... Pin
code-frog13-Mar-07 11:59
professionalcode-frog13-Mar-07 11:59 
QuestionVery annoying Validators Pin
Sam Heller13-Mar-07 11:55
Sam Heller13-Mar-07 11:55 
AnswerRe: Very annoying Validators Pin
thomas_joyee13-Mar-07 17:30
thomas_joyee13-Mar-07 17:30 
GeneralRe: Very annoying Validators Pin
Sam Heller13-Mar-07 22:43
Sam Heller13-Mar-07 22:43 
QuestionProgress message and Response.Flush Pin
Glenn_M13-Mar-07 9:20
Glenn_M13-Mar-07 9:20 
Using ASP.NET 1.1 with Visual Basic language.

I have a ASP.NET page that does a lot of processing that takes a long time.
You select some parameters on one page and click a button
to go to another page that does the processing and displays the results.
Since processing takes a long time, I would like to display some
progress messages in the results page before the final results.

I have done this before with plain ASP (not .NET) by following
Response.Write with Response.Flush.
That worked fine. The page is updated for each progress message.

That does NOT seem to work with .NET.
I have tried lots of things:
Transferring to the results page using Server.Transfer and Response.Redirect
Turning page buffering on and off
Turning page caching on and off
No matter what, the results page is not displayed at all until its processing is finished.
It does not even transfer to the results page and display a blank page while it is processing.
The first page is still displayed until the results processing is finished,
then the results page is displayed in full, with all the progress messages
and the results.

I have searched the MS web site, and all indications there seem to indicate
that Response.Flush should work the same in .NET as in ASP.

Any ideas why Response.Flush does not seem to work ?
Any other ideas for how to display progress messages ?

Thanks.


Glenn

Questionpass form data to asp page from ASP .net Pin
Steven M Hunt13-Mar-07 9:18
Steven M Hunt13-Mar-07 9:18 
AnswerRe: pass form data to asp page from ASP .net Pin
kubben14-Mar-07 14:48
kubben14-Mar-07 14:48 
QuestionPOS - Point of Sale Pin
Garysandhu13-Mar-07 8:05
Garysandhu13-Mar-07 8:05 
AnswerRe: POS - Point of Sale Pin
tha113-Mar-07 8:07
tha113-Mar-07 8:07 
GeneralRe: POS - Point of Sale Pin
Garysandhu13-Mar-07 8:16
Garysandhu13-Mar-07 8:16 
GeneralRe: POS - Point of Sale Pin
tha113-Mar-07 8:20
tha113-Mar-07 8:20 
GeneralRe: POS - Point of Sale Pin
Guffa13-Mar-07 10:04
Guffa13-Mar-07 10:04 
AnswerRe: POS - Point of Sale Pin
RichardGrimmer15-Mar-07 6:28
RichardGrimmer15-Mar-07 6:28 
QuestionASP.NET Dev Server Issue Pin
GaryT8013-Mar-07 7:42
GaryT8013-Mar-07 7:42 
AnswerRe: ASP.NET Dev Server Issue Pin
tha113-Mar-07 8:17
tha113-Mar-07 8:17 
QuestionRe: ASP.NET Dev Server Issue Pin
Venkatesh Mookkan13-Mar-07 20:06
Venkatesh Mookkan13-Mar-07 20:06 
Questionneed to Invoke required Field Validator explicitly Pin
Member 369621313-Mar-07 5:58
Member 369621313-Mar-07 5:58 
AnswerRe: need to Invoke required Field Validator explicitly Pin
Sandeep Akhare13-Mar-07 6:52
Sandeep Akhare13-Mar-07 6:52 
QuestionGenerating formatted Excelsheet from ASP Pin
Prasad_Quasar13-Mar-07 5:05
Prasad_Quasar13-Mar-07 5:05 
AnswerRe: Generating formatted Excelsheet from ASP Pin
Venkatesh Mookkan13-Mar-07 20:11
Venkatesh Mookkan13-Mar-07 20:11 
QuestionOverrided install sub problem Pin
Memo Soso13-Mar-07 4:53
Memo Soso13-Mar-07 4:53 
QuestionThrading with gui? Pin
EnigmaRulez13-Mar-07 4:39
EnigmaRulez13-Mar-07 4:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.