[jQuery] Re: AutoComplete and Validation

2008-06-27 Thread shapper
I am using ASP.NET MVC ... So the autocomplete list is defined on the server and accessed on HTML using something like: <%= MyModel.ViewData.TagList.ToString %> Can I use something like this to define the validation? Thanks, Miguel On Jun 27, 1:59 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote

[jQuery] Re: AutoComplete and Validation

2008-06-27 Thread Jörn Zaefferer
Depending on where your autocomplete data is coming from, you could use a custom method (local data) or the remote method (remote data). http://docs.jquery.com/Plugins/Validation/Validator/addMethod http://docs.jquery.com/Plugins/Validation/Methods/remote Jörn On Fri, Jun 27, 2008 at 2:42 AM, s