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
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
2 matches
Mail list logo