I need some guidance/best approach on which control to use. On my UserID form I would like to have a display of all of the groups the user is a member of. The possible groups are in a SQL table and the groups this user is a member of are in another table. I would like to just display the current groups until the "Edit" mode is invoked and then display a list of all of the groups with the current groups for this user checked or in some way indicated (Back color, etc.). Then the user can click to choose the groups. I'm leaning towards a datagridview with a filter for selected/not selected depending on the "Edit" mode. I'm using VB.net 2008 and SQL 2005.
Auguy
Northwest Ohio
Auguy
Northwest Ohio