I was hoping to easily trap errors such as access denied and handle those gracefully. What would be the best way to handle this as it happens alot. Thanks.
1 Answer, 1 is accepted
0
Fiko
Telerik team
answered on 29 Oct 2010, 11:13 AM
Hi Karl,
The best practice is to use try/catch blocks in your code in order to handle exceptions. More information can be found in MSDN. In addition, you can use page or application level Error events as described in this article.
Sincerely yours,
Fiko
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items