Running page and displaying data

  • Thread starter Thread starter Vishal
  • Start date Start date
V

Vishal

Hello,

I have an aspx page, which does certain tasks - like
reading from the dbase, creating files comparing records
etx. Now when this page runs, it obviously returns when
the page is finished. However I would like to show the
current status of whats going on. Otherwise it looks like
it is hanging. I would like to show something like this:

"Reading records..."
"Creating files..."
"Comparing files..."
"blablabla...."

Is that possible?

Thanks
 
Hi :)

You could create a panel to display some sort of looping graphic, then when
the process is done hide it and show the results panel.

An idea anyways :)

Cheers, Lerp :)
 
I dont want to create any graphic. I want to show exactly
which record it is currently processing and whats
happening. It must be dynamic.

Vishal
 
And how would that be accomplished? You just restated the original question.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top