Discussions

Tag Filter:
I'm using a form to manage users for a Europe wide group. I'm managing user additions by using the <AddUser... > tag with the RoleNames attribute set to a list of roles from a checkbox list. In the EDIT FORM, I'm using <UpdateUser... > but that has no RoleNames attribute. I've tried using the <AddToRoles... /> tag on the Edit Form, but this doesn't work. Any pointers would be gratefully received.
The documentation shows that AddUser and UpdateUser each have a property called Property which allows me to interact with other user properties. I got this to work with AddUser, but when I try to use it with UpdateUser, I get the error message: Type 'KnowBetter.XModPro.Web.Controls.Form.Action.UpdateUser' does not have a public property named 'Property'. Any ideas??