Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a asp:button that spawns a thread to execute a long running query. In the button click event, I want to be able to send some text to a <asp:label> indicating that the "query is in progress" but I'm not seeing the text that I sent to the label. I also want to send a message to the label after the query is complete.
I do see the complete message when the thread is finished. It appears to me that
the creation of the new thread is causing the "query is in progress" label text not to be shown.
Posted

1 solution

Did you checked UpdateProgress Control
Introduction to the UpdateProgress Control[^]
UpdateProgress control[^]
 
Share this answer
 
Comments
Member 7969139 1-Dec-11 9:37am    
Thanks Raju! Worked perfectly!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900