Hi!
I need help in my project. I have database named "product", fields are pd_id, pd_name and price. I need to retrieve product name into combo box and based on selection display price at the same time when user selects the product. Now i can retrive data, but don't know how to display the price of selected product. Any help will be highly appreciated.