这是我在中继器中的 td。
<td>
<%#Convert.ToBoolean(Eval("IsDiscount")) ? (Eval("DiscountType").ToString() + " " + Eval("Product_Price_Discount").ToString()) : "No Discount"%>
</td>
我想要一个选择条件。如果(Eval("DiscountType").ToString() is 1 display "Rupees"
是“百分比”。
ie., if IsDiscount true, and DiscountType=1 Display.. Rupees-150
if IsDiscount true, and DiscountType=2 Display. Percentage-5