Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi!
Ive created a user control to register members on the site and I've created some custom properties on the member.
Now I want to set this properties when I create the member but theres no possibily to set property, only getproperty.
Is this the only way to go? Seems a bit overkill...http://www.aaron-powell.com/blog/july-2009/umbraco-member-profiles.aspx
froad,
getProperty('propertyAlias');
returns a Property object, which has a Value property (both setter and getter)!
Cheers,
/Dirk
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Set members custom properties from usercontrol
Hi!
Ive created a user control to register members on the site and I've created some custom properties on the member.
Now I want to set this properties when I create the member but theres no possibily to set property, only getproperty.
Is this the only way to go? Seems a bit overkill...
http://www.aaron-powell.com/blog/july-2009/umbraco-member-profiles.aspx
froad,
returns a Property object, which has a Value property (both setter and getter)!
Cheers,
/Dirk
is working on a reply...