Alternate way of changing Textbox color other than writing Javascript function?

 Posted by Rajesh_Kumar on 2/13/2014 | Category: JavaScript Interview questions | Views: 1625 | Points: 40
Answer:

We can write in-line css in textbox definition for changing Textbox color like below code:

<asp:TextBox ID="TextBox2" runat="server" style="color:red;" ></asp:TextBox>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response