Async data loading with WCF service with UI capabilities

Posted by Jojo on Stack Overflow See other posts from Stack Overflow or by Jojo
Published on 2012-04-10T09:02:26Z Indexed on 2012/04/10 11:28 UTC
Read the original article Hit count: 214

Filed under:
|
|
|
|

I'm working on complex user control(with Telerik components). I'm trying to implement following functionality:

  1. Typing some text in RadTextBox(let say: "Hello.txt").
  2. Clicking on Button "Check".
  3. onClientClick for button "Check" will call WCF method with parameters. Let say that this request/response will take more that 10 seconds, meanwhile I'll see loading image near TextBox AND the most important, I can continue to work on other fields.
  4. When WCF service responses UI will be updated with the result.

Thanks in advance

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about .NET