您好,我在 gridview 中有一个绑定字段,我将其格式化为显示为百分比。一切正常,但是当列有空值时,它会抛出错误。你能否让我知道一种解决空值的方法。
<asp:BoundField DataField="ip_per" SortExpression="ip_per" DataFormatString="{0.0%}" />
您好,我在 gridview 中有一个绑定字段,我将其格式化为显示为百分比。一切正常,但是当列有空值时,它会抛出错误。你能否让我知道一种解决空值的方法。
<asp:BoundField DataField="ip_per" SortExpression="ip_per" DataFormatString="{0.0%}" />