I've had Validation work inside a UI Dialog just fine. Are you sure that #aspnetForm is the correct ID assigned to the form? Also there are no duplicate ID's being assigned to different elements on the page?
On Jun 26, 11:49 am, pbarnes <pmbar...@gmail.com> wrote: > I am trying to use the Validator plug-in in combination with a jQuery > UI dialog. I have one required input field. When this field is outside > of the dialog all works as expected. As soon as I place it in the > dialog, nothing validates (i.e., even with an empty field, $ > ('#aspnetForm').validate().form() returns true when the input field is > in the dialog). > > I have tried a variety of ways to validate, including the technique > discussed by > athttp://www.meppum.com/2009/may/15/using-jquery-validation-ajax-submit.... > > Anyone have any ideas?