I've got an asp:RequiredFieldValidator, which checks an asp:TextBox to see if it is blank or not.
On a button press, I would like to make the validator validate the textbox. This must be done through jQuery/javascript, as the button is an html input button.
Any ideas? I've read many resources on the web, but have not managed to accomplish this (i.e. the calling of validation through jquery)