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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.