我在Gridview中顯示我的表值,在狀態列中的數據庫中,我分別爲'Active'和'Inactive'存儲值爲'Y'和'N'。不過,雖然在GridView顯示我想要展示的地位活性和非活性,而不是爲Y和N.如何在GridView DataBinder中綁定文本asp.net c#?
<asp:Label ID="lblmerstatus" runat="server" Text= '<%# DataBinder.Eval(Container, "DataItem.STATUS") == "Y" ? "Active" : "InActive"%>'></asp:Label>
但它總是給我看只有即使狀態爲Y無效的。請幫助