On an ASPX .. I am using a dropdown combo box. In this box I have of course added items. How can I TRIGGER an event (back on the server) to process the selected item and fill some additional items on the active page?

gollnick