Hi,
If I raise an error in an object on a server, will the error msg go to the client???
Thanks
Printable View
Hi,
If I raise an error in an object on a server, will the error msg go to the client???
Thanks
You will have to raise an event on the server, and then pass the err object to the client. You'll have to create a sub on the client, for which the server can call.
Thank you sir.
I appreciate the help!
No prob..:D