Here is the source for C# Programmer (Beginners). It is about windows controls.
Adding and Retrieving items from listbox and check list box using with or without database.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Here is the source for C# Programmer (Beginners). It is about windows controls.
Adding and Retrieving items from listbox and check list box using with or without database.
Niaj KhanPosted Sep 11, 2010, 8:45 PM
Dear Gautam, The aforesaid sample code for retriving items from the checked list box shows retrivied items as " System.Data.DataRowView" not the same as the checked items. Plz see and advise.
MeshaPosted May 25, 2010, 10:15 AM
Thanks alot but i want to know how to make the value of the checklistbox item equals the primarykey of that tabel and store the primarykey (value of items) in the another table? for example ( the users tabel (id,username,password) , the privileges tabel ( pri_num,privilege),the joining tabel user_privileges (id,pri_num) .what i want is that the privilege is viewed in checklistbox and after that the value of it pri_num is stored in user_privileges tabel) thank you for your cooprative