Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my webform i have one ASPX textbox which i can enter records and save it. for ex:

code: 521
533
like this. Once if i entered and saved record It should not accept same code again.
521
521
this is wrong

It should check database.
Posted
Updated 17-Jul-13 0:04am
v2
Comments
What have you tried?
sumit_kapadia 17-Jul-13 7:01am    
Try using update panel or $.ajax (jquery ajax) to hit server and get data asynchronously.

1 solution

 
Share this answer
 
v3

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