Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
On my page there are two text boxes for the user to fill start date and the end date the days and month can be different but the year should be the same.So i have to put one validation for checking years.when the user fills the second textbox it shold check in background and gives the text error message Something like autosearch in jquery. Any help would be appreciated.Thanking You
Posted
Updated 2-Jan-13 20:18pm
v2

1 solution

Hi,

you can use "onchage" event of the textbox to do that. Please refer the below,

http://stackoverflow.com/questions/9563204/textbox-onchange-event-using-jquery[^]
 
Share this answer
 

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