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
	
 ), but that was the only one I was able to find