Mapping the custom profile fields with create wizard.
Can any one knows how to implement the mapping of the custom profile fields with create wizard for the members registration.
i want the custom fields like city and address for the members in create wizard,and create wizard stores this custom fields instead of setting them manually from the code behind.
Hi. AFAIK, the standard Create Wizard ASP.NET control has no such functionality. Perhaps you can search this site (Projects section) or codeplex for some existing solution (personaly I'm not aware of them since I haven't yet had a need but you could try to find something anyway).
My issue was i was able to store the Standard fields like Email,username but was not able to store the Custom profile fields created from the member type.
so what was the issue is why my create wizard cant able to access this custom profile fields if i have register this property in the web.config?
can we upload the zip file , unzip them and store in the umbraco.becoz my problem is huge amount of image file and can able to upload them individualy.
Mapping the custom profile fields with create wizard.
Can any one knows how to implement the mapping of the custom profile fields with create wizard for the members registration.
i want the custom fields like city and address for the members in create wizard,and create wizard stores this custom fields instead of setting them manually from the code behind.
regards
aditya panchal.
Hi. AFAIK, the standard Create Wizard ASP.NET control has no such functionality. Perhaps you can search this site (Projects section) or codeplex for some existing solution (personaly I'm not aware of them since I haven't yet had a need but you could try to find something anyway).
hi Rodion,
My issue was i was able to store the Standard fields like Email,username but was not able to store the Custom profile fields created from the member type.
so what was the issue is why my create wizard cant able to access this custom profile fields if i have register this property in the web.config?
Yeah. It's because both username and e-mail are the Membership, not a profile. :-)
k..
thankz,
currently i m able to set this custom profile fields but from the backend using below code
Prof.first_name = ((TextBox)cuwStep.ContentTemplateContainer.FindControl("first_name")).Text;
and i also need one more help..
can we upload the zip file , unzip them and store in the umbraco.becoz my problem is huge amount of image file and can able to upload them individualy.
is this is possible in umbraco and if yes how?
Perhaps you could try this package: http://our.umbraco.org/projects/developer-tools/zip-upload. I don't know how it will work with 4.7, however.
hey thankz...
is working on a reply...