在Label控件綁定數據時,經過三元運算符改變字體的顏色: 字體
<asp:Label ID="lb_hname" runat="server" Text='<%#Eval("HotelName") %>' ForeColor='<%#(Convert.ToInt32(Eval("RowIndex", "{0}")) <=3) ? System.Drawing.Color.Red : System.Drawing.Color.Blue%>'></asp:Label>