المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Check when webservice method is completed



C# Programming
08-18-2009, 06:31 PM
Hi.

I have an asmx webservice with method which should translate sentences. There is no problem with short sentences. But with long sentencens client app must wait about 10seconds for translated sentence. How can I recognize when webmethod has finished work - on beginning I am going to show a label which informs about processing and hide it after all. Is there any simple solution of this problem?

regards
pit