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
Karl Seguin [MVP] - 16 Feb 2006 15:41 GMT
OnItemDataBound should be the way to go, can you show any simplified code
you might have going?
Karl

Signature
http://www.openmymind.net/
http://www.fuelindustries.com/
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks in advance
> Priya