G
Garo
Can error handling be implemented in web controls? Can a web control handle its own error without affecting other web controls or the page, without the use of try block. Like, asp.net as global error handling by using the Application_Error event on the global.asax, and web forms have page wide error handling by using the Page_error event on the webform
Thanks in advance.
Thanks in advance.