Hello....I have a .Net 3.5 app that is throwing a null reference error in JavaScript that is generated by a third party control. I know how to debug through IE and Visual Studio. However, I need to trap this error (similar to try/catch) and present a user friendly message. What is the best way to accomplish this on the client-side?