what is the best and most simplest way to create tooltip text for textboxes
+1
A:
With JavaScript and probably with a framework like jQuery that fits very well with ASP.NET MVC. Using the framework means that someone's alread done the hard work and written a plugin for it!
There is of course the title
attribute on text inputs that shows as a popup tip in some browsers.
Russ Cam
2010-07-31 11:49:03