How can I asynchronously validate against a database for a value in form field?
For e.g. I have a text-box where users enter an userID to check if its available or not, I want check the input against a database table asynchronously without refreshing the page. How can I make this happen?
Thanks in advance
You could use the
[Remote]attribute in ASP.NET MVC 3.