ASP.NET MVC Interface Controls - Textbox -
Client-Side Manipulation




alert(txt1.value());

txt1.value('USA');

txt1.onchange = onChange;

txt1.onchange = null;

txt1.enable();

txt1.disable();


The Textbox control exposes many client-side methods that allow you manipulate the control on the client-side.

"Your control is the best. "

Dennis H. Oril
Huris Inc.

Random testimonial   All testimonials