Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Function to Retrieve data from database using Jquery and ajax according to the value in the textfield in jsp

  1. #1
    Junior Member
    Join Date
    Jul 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Function to Retrieve data from database using Jquery and ajax according to the value in the textfield in jsp

    I got the value for name textfield in the jsp using jquery Ajax autocomplete function.Now i have to retrieve other field city automatically from database according to the value selected in the textfield name .which jquery function I have to use?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Function to Retrieve data from database using Jquery and ajax according to the value in the textfield in jsp

    Not sure what this has to do with Java, so thread moved to Other Programming Languages unless more info is give to suggest a more appropriate subforum

Similar Threads

  1. comparison of data from front-end jsp page to database values
    By yashwanthguru in forum JDBC & Databases
    Replies: 0
    Last Post: March 1st, 2013, 12:37 PM
  2. retrieve data from database using Hashmap (multiple values in one key)
    By ashin12 in forum Collections and Generics
    Replies: 2
    Last Post: April 4th, 2012, 05:22 AM
  3. Replies: 6
    Last Post: September 5th, 2011, 10:02 AM
  4. Replies: 0
    Last Post: April 15th, 2010, 05:13 AM
  5. Printing JTable that retrieve data from the Database
    By hundu in forum AWT / Java Swing
    Replies: 3
    Last Post: June 28th, 2009, 01:50 PM