Is there a way to stop the submittal of the form to the server, because, for example, a field is not filled out? I'd like to be able to use an onclick event to the submit control and if a field is empty, pop-up an alert, but don't submit the form. Thanks.