Timer Control

G

Guest

Hi,
I have a web application that refreshes a label control every 1 sec
(interval set by timer control). I am using Atlas panel for refreshing.
Basically I have a method say PollMSMQ(), which polls MSMQ after every 1 sec
& display the message in the label, if any. In the same ASPX page I have
button (Save Data). Problem is that, when my application thread enters to
the method PollMSMQ(), it takes some time to poll the message queue say 3
secs. Within that 3 sec, if I click in the button – ‘Save Data’, button click
event is not firing. I need to click multiple times.

According to my understanding, this is happening because there is some time
delay in poling the MSMQ, and within that time duration we cannot do any
other operation with the browser – means click of the button.

Note that polling MSMQ should happen in a continuous basis and also user
should be able to interact with the browser without experiencing any
difficulty – means should be able to click the button in a single go.

Can anyone give a suggestion for this?
 

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


Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,112
Latest member
VinayKumar Nevatia
Top