hi people,
I hope that someone can help me with this issue. I want to replace a certain character with another when I'm displaying the data in a repeater. here is the codes that I have:
<%# DataBinder.Eval(Container.DataItem, "comment"
%>
and I"m trying to test for certain character within the "comment" variable and replace it with something else within the html codes.
thank you for your help
I hope that someone can help me with this issue. I want to replace a certain character with another when I'm displaying the data in a repeater. here is the codes that I have:
<%# DataBinder.Eval(Container.DataItem, "comment"
and I"m trying to test for certain character within the "comment" variable and replace it with something else within the html codes.
thank you for your help