3
Answers

How to bind the one column data in Listbox control in windows form applications?

ajay raju

ajay raju

14y
5.9k
1

hi!
 i am using listbox control to bind the one column data.  in sql server i take one table like Emp. in that table "Ename"  column data is bind into the listbox control. i done in web application. but in windows applications how to write the code to do this. i write code in web applications  like.
listbox1.datasource = ds.tables[0];
listbox1.datatextfield = "Ename";
listbox1.databind();
Please give a code to do this.
thanks. 
Answers (3)