Repeater

B

Bill Burris

Why is the repeater displaying only the first 14 items, when my table has 27
items.


<%@ Page language="c#" AutoEventWireup="true" %>
<%@ Register TagPrefix="cc1" Namespace="cnlib" Assembly="cnlib" %>
<%@Import Namespace="System.Data" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>csharp</title>
<meta name="keywords" content="c#, .net, asp.net, ado.net, eric
gunnerson">
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body background="images/backg.gif">
<form id="csharp" method="post" runat="server">
<TABLE id="Table1" cellSpacing="1" cellPadding="10" border="0">
<TR>
<TD style="BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: #800000 1px solid;
BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT: #800000 1px solid"
bgColor="#d3c6ad" vAlign="top">
<cc1:SideBar id="SideBar1" runat="server"></cc1:SideBar></TD>
<TD vAlign="top">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" border="0">
<TR>
<TD vAlign="middle" align="center">
<H2>C#</H2>
</TD>
</TR>
<TR>
<TD>
<table border="0" width="100%" cellpadding="10">
<tr>
<td width="100%">
<asp:Repeater id="Repeater1" runat="server">
<ItemTemplate>
<table border="0" cellpadding="10" cellspacing="2">
<tr>
<td valign="top">
<table border="0">
<tr><td align="center">
<img height="140" hspace="10" src="covers/
<%# ((DataRowView)Container.DataItem)["ISBN"] %>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top