最简单的方式 <%# Bind("field_name") %> 带格式 <%# DataBinder.Eval(Container.DataItem, "field_name", "{0:P0}") %> 不带格式 <%# DataBinder.Eval(Container.DataIte……