S
suresh munagala
Hi,
I want to display two columns of information in a listbox.
For Example I have two columns in the database as
FirstName and LastName. In the ListBox I want to display
as FirstName+LastNamea as a single column. I know how t
odo this, if i have to display a single column.
myListBox.DataSource = dsNames
myListBox.DisplayMember = "FirstName"
//in the above line i would like to specify both the first
nama and the last name.like"FirstName - LastName"
Is it possilbe? Or i have to do on my own?
Thank you
Suresh
I want to display two columns of information in a listbox.
For Example I have two columns in the database as
FirstName and LastName. In the ListBox I want to display
as FirstName+LastNamea as a single column. I know how t
odo this, if i have to display a single column.
myListBox.DataSource = dsNames
myListBox.DisplayMember = "FirstName"
//in the above line i would like to specify both the first
nama and the last name.like"FirstName - LastName"
Is it possilbe? Or i have to do on my own?
Thank you
Suresh