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