<%@ Import namespace="System.Data" %>
<%@ Import namespace="System.Data.SqlClient" %>
First Example: Listing data from the Employees table
runat="server"
Gridlines="None"
BackColor="LightBlue"
CellPadding="5"
CellSpacing="5"
BorderWidth="2"
BorderColor="Black"
ToolTip="Includes only those employees who are at HQ" />