Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
haii..guys..

I have a problem, I use place holder in my project (.net,c#). I use in all my text fields , but it didn't work in IE..So plz ..give any code or something that place holder works in IE. ...

here is my code..
XML
<asp:TextBox runat="server" ID="txtAmenityName2" MaxLength="40" CssClass="textbox" onkeypress="return valid(this,'restric_spec');" onblur="return valid(this,'restric_spec');" placeholder="Up to 40 characters" >
Posted
v3

1 solution

Please check the Answer to - Placeholder not working for Internet Explorer[^].

You can check how it is working. Live test case.[^].

Thanks...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900