Search found 1 match

by Bert
Sat Sep 15, 2012 3:28 am
Forum: AbleCommerce GOLD
Topic: Unable to Create User Group (and possible fix)
Replies: 7
Views: 10595

Unable to Create User Group (and possible fix)

Hi, I'm trying out AC Gold, and find I'm unable to create a new User Group without the fix below. Cheers, Bert protected void CreateGroup() { if (Page.IsValid) { Group group = new Group(); group.Name = Name.Text; foreach (ListItem roleListItem in RoleList.Items) { if (roleListItem.Selected) { Role r...