I have this text box that i want to add a custom validator to, however i dont know how to.... it should not allow me to click the button until text is in the textbox..here is my code
<input type="text" id="txtZipCode" AutoComplete="off" />
<input type="image" src="../PicsHome/GetDirections.png" onclick="$('#ToggleDiv').hide();" id="GetDirections" style="height: 30px; width: 120px;" />
Go to the complete details ...