Saturday, March 24, 2012

listbox

Hi,
Is it possible to assign to 2 columns from a datatable to the datatextfield
of a listbox?
RogerRoger,
No, but you can join the columns in your select statement.
Eliyahu
"Roger" <someone@.microsoft.com> wrote in message
news:e2Vh5FHCFHA.2196@.TK2MSFTNGP14.phx.gbl...
> Hi,
> Is it possible to assign to 2 columns from a datatable to the
datatextfield
> of a listbox?
>
> Roger
>
You can concatenate the two columns and assign to the datatextfield .
"Roger" wrote:

> Hi,
> Is it possible to assign to 2 columns from a datatable to the datatextfiel
d
> of a listbox?
>
> Roger
>
>
More specifically, you can concetenate the two columns in your SQL and
then assign that composite data column to the datatextfield.
-Jason Kendall
JasonKendall@.hotmail.com
On Tue, 1 Feb 2005 08:23:02 -0800, "vinay"
<vinay@.discussions.microsoft.com> wrote:
>You can concatenate the two columns and assign to the datatextfield .
>"Roger" wrote:
>

0 comments:

Post a Comment