G
Guest
Hi,
I have a datarepeater, which has ItemTemplates. In the ItemDataBound Event
Handler I want to modify the content of the item.
Say for example
<ItemTemplate>
<span class="Normal"><%# DataBinder.Eval(Container.DataItem,"Description") %>
</ItemTemplate>
I would like to alter the 'Description' based on some logic in the code.
Can I do this?
Your help would be greatly appreciated.
Thnx
I have a datarepeater, which has ItemTemplates. In the ItemDataBound Event
Handler I want to modify the content of the item.
Say for example
<ItemTemplate>
<span class="Normal"><%# DataBinder.Eval(Container.DataItem,"Description") %>
</ItemTemplate>
I would like to alter the 'Description' based on some logic in the code.
Can I do this?
Your help would be greatly appreciated.
Thnx