المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : getting the selectedItem in a checkedListBox from another method



C# Programming
09-05-2009, 07:41 PM
I am trying to access checked Items in a checkedListbox from another method.Problem is, using "Selecteditem" and "SelectedIndex" does not work, it appears as if there aren't any items selected from the list. is there any other way I can read from the CheckedBoxList list or What am i doing wrong? Please help