MattWoberts
Programmer
Hi,
Can anyone help me:
I have a DataTable that contains a forename and a surname, and I need to bind my windows forms combo box to the forename and surname (i.e. to get the full name). Does anyone know how to do this?
I know in ASP.net I could use something along theb lines of DataBinding.Eval, but how do I do it in a windows forms app?
Thanks!
Can anyone help me:
I have a DataTable that contains a forename and a surname, and I need to bind my windows forms combo box to the forename and surname (i.e. to get the full name). Does anyone know how to do this?
I know in ASP.net I could use something along theb lines of DataBinding.Eval, but how do I do it in a windows forms app?
Thanks!