i have listbox and i want to add three fields first name, middle name ,last name from customer details table to the listbox plz give me a solution for this

Hi,

The listbox doesn't work like that.
You can either use a ListView, natively supporting the concept of a column or create a new user control, put a list box onto it and draw in a column header.

You can find some explanation about a Listview, here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.