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
I have created a custom datatype (radio button).with two values A and B.
When on a node I select A. Its id is saved in umbraco.config.
Now I am trying to get the value of that ID which is A in User control. (c#)
Any Idea on this ?
Thanks
Ali
Hi Ali,
are you looking for this:
int id = 12345; //get the id of Astring value = umbraco.library.GetPreValueAsString(id);
Sascha
woooow !!
Thanks Sascha, you are super hero.
Cheers
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
custom datatype radio button in usercontrol?
I have created a custom datatype (radio button).with two values A and B.
When on a node I select A. Its id is saved in umbraco.config.
Now I am trying to get the value of that ID which is A in User control. (c#)
Any Idea on this ?
Thanks
Ali
Hi Ali,
are you looking for this:
Sascha
woooow !!
Thanks Sascha, you are super hero.
Cheers
Ali
is working on a reply...