これはリピーターの私の 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