How to show success message using jquery ajax method in asp.net on textbox change?

Corsegrerge

New Member
I've got a EmployeeMaster page where i enter empcode,empname etc.After entering empcode,when i click on the empname textbox,i want to show a success image if no such empcode exists and a failure image if empcode exists..Is there any way to show this using jquery ajax method ?
 
Back
Top