Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改订单状态字段。例如 ; 如果数据名称“AÇIK”更改名称“OPEN”,我想这样做。我能怎么做。
<td><%#DataBinder.Eval(Container.DataItem,"OrderStatus") %></td>
<%#(DataBinder.Eval(Container, "OrderStatus").ToString()=="AÇIK") ? "OPEN":DataBinder.Eval(Container, "OrderStatus")%>