Good Afternoon
All I want to bind a CheckedListBox from a data table. So far this is what i wrote con.Open() da.Fill(ds, "Clients") con.Close() 'Binding the Listbox td = ds.Tables("Clients") CheckedListBox1.Sorted = True CheckedListBox1.DataSource = td CheckedListBox1.DisplayMember = "Client_Email" So where i Run my Application it shows me the "System.Data.DatarowView" "Client_Email" is the Field in my datatable. What is it that am not Doing ok?
Thank you
______________________________
Posted on behalf of Vuyiswamb
Best regards,
Webmaster
http://www.dotnetfunda.com