Source code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikrampanneeru
    New Member
    • Dec 2007
    • 1

    #1

    Source code

    I have a problem with, In UI(jsp) I have a drop down box when i select one filed it goes like a string in data base the relavent value(int) of string to be fetch antoher table and give to result based on Value(int)
    But in my drop dwon i have another seleciton, when i am select that field it will give to more value other than fields.
    So, how am i write the query, combination of values and return to the jsp
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by vikrampanneeru
    I have a problem with, In UI(jsp) I have a drop down box when i select one filed it goes like a string in data base the relavent value(int) of string to be fetch antoher table and give to result based on Value(int)
    But in my drop dwon i have another seleciton, when i am select that field it will give to more value other than fields.
    So, how am i write the query, combination of values and return to the jsp
    Do you have two drop downs populated with values from the database and one drop down's options depending on the value selected in the other? In that case AJAX is the popular way to solve that problem these days.

    Comment

    Working...