<%@ Page Language="vb" AutoEventWireup="false" Codebehind="HandleErrors.aspx.vb" Inherits="Microsoft.Samples.HowTo.ADONET.HandleErrors"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
<title>HandleErrors</title>
</HEAD>
<body style="BACKGROUND-COLOR:#f6e4c6" MS_POSITIONING="GridLayout">
<form id="output" runat="server"></form>
</body>
</HTML>
|