binding on dataset columns
am 07.11.2007 22:49:04 von LoggerIs it possible to do a databind on a single column from your dataset to a
datagrid?
I working in a vb.net 2003 windows application.
Example: dataset has email and name as columns.
I want the datagrid to show the email address and I have a ddl where I want
to bind the name. I tried this but it doesn't work
dgTable.DataBindings.Add("Text", ds, "EmailList.email")
Help
Logger