【发布时间】:2010-10-11 18:56:39
【问题描述】:
<asp:BoundColumn DataField="pos" HeaderText="Principal Office" />
有没有可能……
<asp:BoundColumn DataField="postProccess(pos)" HeaderText="Principal Office" />
...所以我可以根据需要修改值?
废话:
A field or property with the name 'postProcess(pos)' was not found on the selected data source.
有人知道我可以如何覆盖那个东西吗??
【问题讨论】:
标签: asp.net datagrid boundcolumn datafield