Threads in ASP.NET page

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

Can I use threads ih ASP.NET page?
I one to run a long operation in separate thread and from it to update
a control in aps page to display status information.
Is this possible?
My first guess is not, but worth asking.

TIA
 
Well you can use threads in ASP.NET

But i only see usage for them in Global classes , for instance i made
once a online catalogue ( www.tireponline.de )
that should send a file through FTP to another website if the user presses a
button to trigger this action , so i do these ftp sessions in a background
thread

the status can be read through a client side javascript that does a postback
after a predifined time to the status page

hope this helps

M. Posseth
 

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

Similar Threads

invoking on the UI thread 5
threads 1
Threads 4
threading questions 6
Wifi Antenna 5
Invoking a tooltip from a secundary thread 3
Question about threads? 2
Threading pipe Issue 1

Back
Top