你可以使用自定义的函数来把你的格式重新设置。
使用方式如下
<%# YourFun(DataBinder.Eval(Container.DataItem,"Title").ToString())%>
public string YourFun(string source)
{
 //put here how u want to replace the charater to change
}