Exception handling in Asynchronous call
i have called a web method asyncronously. And i have used multiple catch statements based on the exception it is thorwing in web method.
I need to handle in User Interface based on the exception type.
How to do that in Asynchronous web service call?
Thanks in advance
Sam HobbsPosted Nov 24, 2009, 3:06 PM
Revathi JPosted Nov 23, 2009, 11:23 PM
Sam HobbsPosted Nov 23, 2009, 1:45 PM