Is there an infragistics control that is similar to a listbox? I want to bind my data to the listbox but i don't seem to find anything similar to a normal listbox
For what platform? I'll cover the two most likely ones - Windows Forms and ASP.NET.
If you're using Windows Forms, WinListView is the closest control to the .NET ListBox control.
I don't believe we have a corresponding control in ASP.NET.
Sorry I meant on ASP.NET. but since you have already answered my question then its ok. Thanks!