How to get repeater cell values without using ID

K

ksenthilece

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
 
E

Eliyahu Goldin

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.
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,017
Latest member
GreenAcreCBDGummiesReview

Latest Threads

Top