Answer: With the help of
style'color property of Textbox,we can change any color.
For Example:
document.getElementById("TextBox1").style.color = "red";
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
Asked In: Many Interviews |
Alert Moderator