Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using jQuery,

When i enter the no. or digit in textbox1 (textchange), then the other data would be get from the DB (sql server) and the fill the text box data next to it,

Kindly advice me how to complete this ASAP...

Thanks in advance..
Posted

1 solution

Kindly advice me how to complete this ASAP...
Read on AJAX via jQuery... and you will get the solution to your problem.

Reads: http://api.jquery.com/jQuery.ajax/[^]
http://api.jquery.com/category/ajax/[^]
 
Share this answer
 
Comments
sathya4260 3-Mar-11 4:32am    
Which event can be made to call the function once the user enters the values in the textbox
Sandeep Mewara 3-Mar-11 4:41am    
Common!

pick the event your feature suits you:
onchange, onfocusout, onblur, onkeypress, onkeyup....

Generally, all would do.

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