Async data loading with WCF service with UI capabilities
- by Jojo
I'm working on complex user control(with Telerik components).
I'm trying to implement following functionality:
Typing some text in RadTextBox(let say: "Hello.txt").
Clicking on Button "Check".
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.
When WCF service responses UI will be updated with the result.
Thanks in advance