Mega Code Archive
Categories
/
ASP.Net
/
ADO Database
Bind data to asp
<%@ Page Language=VB Debug=true %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.OLEDB" %>
Creating a Basic Repeater Control
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)