Watermark TextBox in ASP.NET MVC

Posted by adrin on Stack Overflow See other posts from Stack Overflow or by adrin
Published on 2010-05-04T15:18:01Z Indexed on 2010/05/05 21:48 UTC
Read the original article Hit count: 423

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc