C# window form databinding from SQL

  • Thread starter Thread starter CSharpNoob2011
  • Start date Start date
C

CSharpNoob2011

Guest
Hi guys,

I have a ClientTable on my local SQL database (ClientID, ClientFullName, ClientTitle, ClientCompany, ClientEmail, ClientPhoneNo).


I would like to know if there is a way to bind the dataset to a Combobox with the driver being the ClientFullName; if I select the clients FName & LName, it populates the rest of the data to their respective Textbox.


Thank you


Please do not forget to click “Vote as Helpful” if the reply helps/directs you toward your solution and or "Mark as Answer" if it solves your question. This will help to contribute to the forum.

Continue reading...
 
Back
Top