Click here to Skip to main content
15,917,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Haii,
I have a Modal Pop Up Extender which has the grid details for editing purpose. What i need is to check whether a mail id is existing in the database while editing, using JavaScript and Web Method. How can i do this? Can anybody suggest a method?

Thankyou
Raahul..
Posted

1 solution

for checking mail id is existing or not u can use below query

select count(*) from tablename where Emailid="abc@gmail.com"


write one method

and write query for updating
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900