While iam calling web method from C# application, Progress bar updating status is not showing. Still to end of the web method process progress bar not responding any thing.
While web metode work is in process i need to show the progress bar updation.
If any body have the solution can you please help me.

Web Service Response Problem
steal
It might not be progressing as it could be waiting for the response from service. Well, may be you would like to show the progress on another thread and call the service on different thread..
It was just a thought, might help you. I considered that it is Win Form application.
THE RAZI
Thanks for the reply.
Already i tried the same. But i didn't get any response.