In repeater modify value of a control at runtime

G

Guest

Hi,

I'm using a repeater control. I'm binding data to repeater dynamically. I
need to modify the value of a label at runtime. I modified the text in the
ItemDataBound event. But while displaying the page the modified value is not
reflected.
How can I set the value of a control at runtime in repeater?

Thanks in advance
Priya
 
K

Karl Seguin [MVP]

OnItemDataBound should be the way to go, can you show any simplified code
you might have going?

Karl
 

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

Top