本文介绍了为什么所有女性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我将字段转换为模板列,然后使用tmeplate表达式
,如下所示:
< %#(DataBinder.Eval(Container," DataItem.SexID"))==" 1" ? 男性:女性%>
为什么价值总是等于女性
(此方法来自Rick Strahl)
I convert the field to a template column and then use a tmeplate expression
like this:
<%# (DataBinder.Eval(Container, "DataItem.SexID"))=="1" ? "Male":"Female"%>
Why the value always equal Female
(This method is from Rick Strahl)
推荐答案
这篇关于为什么所有女性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!