HTML Placeholder working in local on IE11 but not working when I deploy in IIS

  • Thread starter Thread starter SrikantMishra
  • Start date Start date
S

SrikantMishra

Guest
Hi All,

I have a html placeholder in a textbox and it is working fine on my local on IE11 but when I deploy the code into IIS, it is working fine in Chrome but not in IE11.

<asp:TextBox ID="TextBox1="server" class="FORM_TEXT_BOX" Width="100px" MaxLength="9" placeholder="Enter ..." ></asp:TextBox>-->

Thanks


Srikant Mishra

Continue reading...
 
Back
Top