S
Stephen McCrea
I am new to asp. I tried implementing a timer in a System.Web.UI.Page
derived class to perform periodic refreshes of the interface and calls to a
web service but it does not seem to work as I expected. I could not set its
SynchronizingObject field.
When the page first loads I see that the timer has been operating for 2 or 3
seconds already (it updates the text field of a label control), but whenever
I perform other refreshes of the interface it does not seem to be working
properly - it no longer updates the label.
Could someone help me or point me to a good reference online or hardcopy?
Thank you...
derived class to perform periodic refreshes of the interface and calls to a
web service but it does not seem to work as I expected. I could not set its
SynchronizingObject field.
When the page first loads I see that the timer has been operating for 2 or 3
seconds already (it updates the text field of a label control), but whenever
I perform other refreshes of the interface it does not seem to be working
properly - it no longer updates the label.
Could someone help me or point me to a good reference online or hardcopy?
Thank you...