List box problem

  • Thread starter Asp Net via .NET 247
  • Start date
A

Asp Net via .NET 247

(Type your message here)

--------------------------------
From: Asp Net

Hi all,

I have list box in web form. I am populating 2 coloums in the list box. My problem is I need space between two coloumns.

lstList.Items.Add(Coloumn& " " & Coloumn) this is not working. What to do?

Thanks in advance
 
G

Guest

Hi
I come acrossed the same problem, what i did is I write the sql query which concatenate the two column and return it as a single column
Example
'Select Col1 + ' ' + Col2 from Table1

Regards
Sathesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top