Switch to full style
You can find discussions, solutions and codes related to ASP.NET
Post a reply

code for check availability

Tue Mar 03, 2009 11:22 am

Repected sir:

Needed code for
"Automatic check should be applicable for the
Registration form like "CHECK AVAILABILITY" feature"
i.e;
example
"vijay.kk@code.com" "CHECK AVAILABILITY"

Now when the CHECK AVAILABILITY
is clicked,
it should show error if this login name already exists
else it should show as

"[email protected]"
"[email protected]"
"[email protected]"



Re: code for check availability

Tue Mar 03, 2009 11:23 am

Repected sir:

Needed code for
"Automatic check should be applicable for the
Registration form like "CHECK AVAILABILITY" feature"
i.e;
example
"[email protected]" "CHECK AVAILABILITY"

Now when the CHECK AVAILABILITY
is clicked,
it should show error if this login name already exists
else it should show as

"[email protected]"
"[email protected]"
"[email protected]"

Re: code for check availability

Mon Jan 28, 2013 4:58 pm

You will have just to create a javascript function that using ajax to call for example a php page which do a select query to database to search for the specific email , it exists so return message " already exists" if not "Not exists"
Example using AJAX:

ajax/ajax-sending-a-request-to-a-server-t5684.html
ajax/login-using-ajax-t3234.html
jquery-examples/load-file-and-update-content-using-ajax-and-jquery-t10685.html
Repected sir:

Needed code for
"Automatic check should be applicable for the
Registration form like "CHECK AVAILABILITY" feature"
i.e;
example
"[email protected]" "CHECK AVAILABILITY"

Now when the CHECK AVAILABILITY
is clicked,
it should show error if this login name already exists
else it should show as

"[email protected]"
"[email protected]"
"[email protected]"


Post a reply
  Related Posts  to : code for check availability
 can u check tis code to perform union & intersection of list     -  
 build a system to schedule employee by checking availability     -  
 Check DNS error     -  
 check if domain name is taken by php     -  
 check if number is odd or even     -  
 check array contains a value using javascript     -  
 Check empty string     -  
 check if file exists     -  
 check empty number     -  
 check request was GET or POST     -