any help me urgent i have a list box in my form in that i want to display empname and empid from database
You cannot bind one list box to 2 data items. You will have to use two listboxes.
why you didn't use datagrid??