supercrossking
unread,May 1, 2008, 5:25:16 PM5/1/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I can see the values on the page I am displaying them on. I believe
the problem is because the Container.ItemIndex is only available
during data binding. I was looking for help, not remarks...
coorelation between Container.ItemIndex (repeater data items) and
alsoBoughtList2<----(repeater)
<%# iif(Container.ItemIndex = alsoBoughtList2.Items.Count -1, "yes",
"no")%>
<%# iif(Container.ItemIndex = 6, "yes", "no")%>
> > <%# iif(Container.ItemIndex = 6, "yes", "no")%>- Hide quoted text -