DataColumn.Expression and an ComboBox



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?
.



Relevant Pages

  • Re: Combobox help
    ... > I want the following THREE options to be available from the combobox [and ... > TIA ... > Sue Compelling ... Prev by Date: ...
    (microsoft.public.access.forms)
  • Re: Checkbox question
    ... for the ComboBox? ... RuralGuy ... Please reply to the newsgroup so all may benefit. ... Prev by Date: ...
    (microsoft.public.access.modulesdaovba)
  • Re: Sort an Array List
    ... sort sequence and than to use a dataview to set the combobox? ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • ComboBox on Form
    ... he is suppose to hit enter key to select that part ... I am able to create combobox and would like to have some help to load data ... Prev by Date: ...
    (microsoft.public.fox.vfp.forms)
  • Value Checks
    ... ComboBox Name = cboEmp_Name ... Control Source = Employees_ID ... Table Name = Employees ... Prev by Date: ...
    (microsoft.public.access.formscoding)