You can obtain a reference to an ASP.net generated control in your JavaScript for client side validation functions or manipulation by doing the following.
var myTextBox = $("#");
You can obtain a reference to an ASP.net generated control in your JavaScript for client side validation functions or manipulation by doing the following.
var myTextBox = $("#");
Published by