Mega Code Archive
Handling SQL Command Execution Errors
You can handle errors thrown by the SqlDataSource control by handling any or all of
the following four events: Deleted, Inserted, Selected, Updated
Each of these events is passed an EventArgs parameter that includes any exceptions raised
when the command was executed.
<%@ Page Language="C#" %>
File: Web.config