<%@ Page Language=VB Debug=true %><%@ Import Namespace="System.Data" %><%@ Import Namespace="System.Data.OLEDB" %>Creating a Basic Repeater Control id="repDepts" runat="server" > Below is a list of all the employee. <%# "Department: " _ & DataBinder.Eval(Container.DataItem, "ID") _ & " - " _ & DataBinder.Eval(Container.DataItem, "FirstName") %> <%# "Department: " _ & DataBinder.Eval(Container.DataItem, "ID") _ & " - " _ & DataBinder.Eval(Container.DataItem, "FirstName") %> All records have been displayed. EmployeeDatabase.zip( 10 k)