Wednesday, November 24, 2010

AJAX Suggestion Text Box | AJAX Auto Complete Using JSP JAVA, JQuery

AJAX Suggestion Text Box | AJAX Auto Complete Using JSP JAVA, JQuery

AJAX Suggestion Text Box 
AJAX Auto Complete Text Box Using JSP JAVA
The latest Websites uses AJAX for user friendly. 
Text box Auto Complete is latest trend to display the typing word as dropdown.
 Example google shows the drop down.
How to create Suggestion Box?
Its simple because if you gonna use jQuery then it takes little time. However you need the Business logic to work on Database. 
You have to configure your coding structure for connecting to Database. Whenever user types a letter in the Text box then using onkeyup event in javascript have to ping up the Database. Using like statement in Database have to retrieve the value and display it in View part i mean in JSP.

Example for AJAX Suggestion Box: