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.
+2
A:
You could use a Jquery plugin like the following:
There is a sample provided and is simple to use.
MarkB29
2010-05-04 15:28:19
Stick with JQuery over AJAX Control
Wil
2010-08-19 09:08:02
A:
I would use this one: http://digitalbush.com/projects/watermark-input-plugin/
camainc
2010-05-05 21:43:49