↧
ListView problem
Hi, DataTable dt = new DataTable("Employes"); public TestList() { InitializeComponent(); DataColumn c1 = new DataColumn("ID"); DataColumn c2 = new DataColumn("Name"); DataColumn c3 = new...
View ArticleListView problem
Hi all,I have a listview (that stores employee names) and a combo box (that stores employee department).How do i bind the listview to the combo box so that when a user clicks/selects an employee in the...
View Article