Question on Repeater DataItem
- From: jw56578@xxxxxxxxx
- Date: 6 Jun 2005 13:47:08 -0700
What is the explanation for the following.
if i do:
reapeter1.datasource = somedatasource
repeater1.databind()
foreach(RepeaterItem ri in repeater1.Items)
{
object o = ri.DataItem;
}
but DataItem is always null, even though it binds and displays properly
.
- Follow-Ups:
- Re: Question on Repeater DataItem
- From: Teemu Keiski
- Re: Question on Repeater DataItem
- Prev by Date: RE: Quotes on Web Service's SOAP Exceptions
- Next by Date: Re: different encoding handling between old ASP and ASP.Net
- Previous by thread: another several questions
- Next by thread: Re: Question on Repeater DataItem
- Index(es):