How to set Textbox text color?

 Posted by vishalneeraj-24503 on 3/22/2014 | Category: ASP.NET Interview questions | Views: 2163 | Points: 40
Answer:

We have a ForeColor property of TextBox,which is used to set textbox text color to our choice.

For Example:
<asp:TextBox ID="TextBox3" runat="server" Text="Vishal" ForeColor="Blue"></asp:TextBox>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response