I have a textbox
which is disabled
and Readonly
false with HAND SYMBOL onclick.
How can I change the font colour
of that textbox
.
Thanks
EDIT: Text box and style shown below
<style>
.txtclass{cursor:pointer;}
</style>
<asp:TextBox ID="txt" CssClass="txtclass" runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "LicenseID") %>' Enabled="False" BackColor="#DCE4FA" Width="220px" ReadOnly="True" BorderStyle="None" Font-Bold="True" ForeColor="#993333"></asp:TextBox>