You might want to look at making the call asynchronous
http://www.stardeveloper.com/article...1121901&page=1
http://www.c-sharpcorner.com/Code/20...ebServices.asp
http://msdn.microsoft.com/library/de...rogramming.asp
http://www.dotnetbips.com/displayarticle.aspx?id=126
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
Boris wrote:
> I have a clinet/server application. The server is a web service and the
> client is a windows form. Sometimes a request from client to server takes a
> lot of time. So I want to build a timer, which stops a client from awaiting
> a server's responce.
>
> Any suggestions how?
>
>