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.
Selecting and Highlighting Multiple Columns in a Data Grid
Checked List Box Sample in C#
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.
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