how to make more than 2 column\'s in ListBox, and how to insert data - using C# ?
thank\'s in advance
You will need a datagrid for that purpose, because a listbox just displays one element each row. But first you need to tell us, what UI you are using: Winforms, WPF, ASP.NET, Silverlight.