I need help. I'm trying to figure out how to select an item from a drop-down list and fill 3 textboxes relating to the value in the drop-down list. All fields are coming from the same database table. The drop-down list has a list of company names. Once a company name is selected, I want to populate three textboxes: Insurance Company, Policy ID, & Policy Number. Can anyone give me some sample code or head me in the right direction? thanks....