I
Islamegy
I have 2 listbox binded to 2 datasource, one for the granted Roles & the
other to display all roles..
i set the DisplayMember to "RoleName" & valueMemeber to "RoleID".
I have 2 button to copy between 2 listbox.. how could i move the item from
one to another and update datasource???
listbox1.items.add(listbox2.SelectedItem); didn't work!!
need help plz
other to display all roles..
i set the DisplayMember to "RoleName" & valueMemeber to "RoleID".
I have 2 button to copy between 2 listbox.. how could i move the item from
one to another and update datasource???
listbox1.items.add(listbox2.SelectedItem); didn't work!!
need help plz