waleed_89
11-16-2010, 01:51 PM
hi, this code in page html asp.net
<asp:Label ID="Label6" runat="server" ForeColor="Red" Font-Bold=true Text=<%# Eval("Service")%>/>
i need say:
if (Label6.Text = "admission")
{
Label6.Text = "tax"
}
i do,t know java script
please type full code to me.
thanks in advance
with my regards
<asp:Label ID="Label6" runat="server" ForeColor="Red" Font-Bold=true Text=<%# Eval("Service")%>/>
i need say:
if (Label6.Text = "admission")
{
Label6.Text = "tax"
}
i do,t know java script
please type full code to me.
thanks in advance
with my regards