I ve a simple form in C# with Customer details. I used comboBox for CustomerID. How can I select CustomerID from SQL database? and I want once I select customerID in comboBox rest of the text boxes like customer name, phone fills automatically. How can I achieve this?