What is the easiest way to implement watermark textbox control in ASP.NET MVC, are there any such controls on the internet (codeplex maybe).
I suppose it is quite simple to write one extending HtmlHelper and using jquery watermark textbox implementation.
What is the easiest way to implement watermark textbox control in ASP.NET MVC, are
Share
You could use a Jquery plugin like the following:
Watermark Plugin
There is a sample provided and is simple to use.