change current object in asp.net?

G

Guest

Hi all,

i have a webpage with a button and click button to generate a word
document, which take about 10 second. so what i am trying to do is i write a
javascript to display a message to indicate once the document has been
generated completed.
The problem i got is because the current object is word document so that the
display can't see untill you change your current ojbect to webpage.

Is anyone know how can i change the current object on asp.net so that i can
achieve to display a message once document generated completely?


Cheers

Nick
 
M

MasterGaurav \(www.edujini-labs.com\)

The problem i got is because the current object is word document so that
the
display can't see untill you change your current ojbect to webpage.

I'm still not clear about your "current object"? What is that you are
referring to?

If you need to display progress of an ongoing work and also of the status of
the completion, use asynchronous techniques -- say, IFrame etc.
Not sure if Ajax would be of any help...


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------
 

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

Top