jQuery querying the database
        Posted  
        
            by mazhar kaunain baig
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mazhar kaunain baig
        
        
        
        Published on 2010-05-14T20:04:53Z
        Indexed on 
            2010/05/27
            20:51 UTC
        
        
        Read the original article
        Hit count: 201
        
jQuery
The thing is that there are number of items in the HTML select list. I want to click on any of the items, then query the database on the id of that item, retrieve the value and then display that in the textbox. How would I query the database?
I would really appreciate that if someone provides a code sample for querying the database.
© Stack Overflow or respective owner