I have two drop down menus,
1> <select id="building">
2><select id="level">
level is updated using jquery every time the value of building is changed.
I also want to display the values selected in the drop down menus into two textboxes.
How may i be able to achieve that?
Whenever one of the selects changes – update the textbox:
Edit: did not notice you said two textboxes – not much of a change. And you should consider adding a [jquery] tag to the question.