DataColumn.Expression and an ComboBox
- From: Kaneda <Kaneda@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2005 00:28:01 -0700
Hello everyone!
I want to fill a comboBox with the content of two columns of my DataTable.
To do so, I used the expression property.
My problem is that I do need tow tabs ( \t) between the tow values.
But the comboBox ignores my \t ...
DataColumn NrName = new DataColumn("NrName");
NrName.DataType = System.Type.GetType("System.String");
NrName.Expression = "BV_Nr \t\t + BV_Name";
projectsDS.Tables["Projekte"].Columns.Add(NrName);
Anybody got any idea?
.
- Prev by Date: Re: Mdac 2.7 Install Issue : INF Install failure
- Next by Date: Re: update 500000 records with adodb.recordset resize the mdb from 140M to 2G
- Previous by thread: Re: Mdac 2.7 Install Issue : INF Install failure
- Next by thread: ADO uninstall - how to?
- Index(es):
Relevant Pages
|
|