Re: How to get repeater cell values without using ID
Why don't you want to use id?
The way of doing your sort of things is to add runat="server" to the control
that holds the value in the ItemTemplate. Then you can access the control in
the ItemDataBound or PreRender event with FindControl method called for
every repeater item.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
wrote in message
news:1186649074.124242.276250@d55g2000hsg.googlegroups.com...
> I needed to get each values of a particular cell ..i.e cell value is
> integer and add each value of the column and display it in the
> footer..can anyone suggest
>
Date:Thu, 9 Aug 2007 15:56:07 +0200
Author:
|