如题,一般直接用
<%#DataBinder.Eval(Container.DataItem,"字段名") %>
调用系统DataBinder方法如果我调用的是自己写的方法:MyMethod(参数)
其中参数也是那个“字段名”
则该怎么写?
<%# MyMethod("字段名") %>不行