<%@ Page Language=VB Debug=true %><%@ Import Namespace="System.Data" %><%@ Import Namespace="System.Data.OLEDB" %>Creating a Basic Repeater Control id="lblMessage" Font-Size="12pt" Font-Bold="True" Font-Name="Lucida Console" text="Below is a list of all employees" runat="server"/> id="repDepts" runat="server" > <%# "Department: " _ & DataBinder.Eval(Container.DataItem, "FirstName") _ & " - " _ & DataBinder.Eval(Container.DataItem, "ID") %> EmployeeDatabase.zip( 10 k)