Click here to Skip to main content
16,017,788 members

Comments by Member 9846371 (Top 3 by date)

Member 9846371 18-Nov-13 0:34am View    
Deleted
Hi Sampath,

Please find below the code which you has asked in Solution 2.
Member 9846371 17-Nov-13 8:04am View    
Hi,

Thank you so much for the reply.

I replaced your code in my js file. But it did not work.

if (result == "Error") {
return options.allrules.checkUserAvailability.alertText;
}

i.e., when we bring the the above code inside success, it is no more working.

Please help me in solving this.
Member 9846371 15-Nov-13 22:13pm View    
Thank you so much. It is really a big help.

Could you please send another link in which the same functionality is done using JQuery ValidationEngine plugin of PosAbsolute (http://www.position-relative.net/creation/formValidator/)

To make it simple, please check the following link:

http://codeblow.com/questions/wordpress-username-availability-with-ajax-using-form-validation-engine/

They have done what I wanted but in php. How to do the above in ASP.NET? Please help me. Thanks in advance.