B
Bob H
Hi,
I've a data repeater on a form that gets populated from an SP. In the
repeater, I've a ItemTemplate row that outputs the field...
<td colspan="1">
<%# DataBinder.Eval(Container.DataItem, "FieldValue")%>
</td>
....Is there anyway to check the values in this Repeater field as it gets
populated so that I can replace it with another value?? Can it be done and
if so....any pointers please?
Many thanks.
Best regards
Bob
I've a data repeater on a form that gets populated from an SP. In the
repeater, I've a ItemTemplate row that outputs the field...
<td colspan="1">
<%# DataBinder.Eval(Container.DataItem, "FieldValue")%>
</td>
....Is there anyway to check the values in this Repeater field as it gets
populated so that I can replace it with another value?? Can it be done and
if so....any pointers please?
Many thanks.
Best regards
Bob