Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser   
  |   Font Size...      

VB\Employees\Employees.aspx

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Employees.aspx.vb" 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 MS_POSITIONING="GridLayout" style="BACKGROUND-COLOR:#f6e4c6">
        <form id="output" runat="server"></form>
    </body>
</HTML>