Sounds like you want to create a custom datatype using the usercontrolwrapper. In your usercontrol, simply place a label on the ascx file and grab the member id from the querystring like you normally would in C#/ASP.NET:
HttpContext.Current.Request.QueryString["id"];
Then set the labels text property to the querystring and there you go :-)
Display Member Id in back end
If I add label to a member defintion, how would I get this to show the umbraco memberId?
Yes,m I knowe it's already on the properties tab
Hi Tony,
Sounds like you want to create a custom datatype using the usercontrolwrapper. In your usercontrol, simply place a label on the ascx file and grab the member id from the querystring like you normally would in C#/ASP.NET:
HttpContext.Current.Request.QueryString["id"];
Then set the labels text property to the querystring and there you go :-)
All the best,
Bo
Bo -
I was looking for exactly the thing you have described above! Thanking you :)
Kenny
Thank you Kenny, appreciated!
Glad to see this "old" post is still of help :-)
All the best,
Bo
is working on a reply...