Hi all,
here i done the application in MVC4 .In View...I placed one waterMark Text Box for TextBox.
@Html.TextBoxFor(m => m.ID, new { id = "txtID",@placeholder="Watermark" })
this code is working in all browsers;but i want it to be work in IE8 also....
Please suggest me
ManoRama