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
How to find and get the value of umbraco contentpicker? Actually the umbraco return some digit value for that contentpicker, so iwant to convert that to display the exact value on screen How to do this?
var page = Umbraco.Content(1115);
string aa = page.CarDetail;
this is error.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get the value of content picker property
How to find and get the value of umbraco contentpicker? Actually the umbraco return some digit value for that contentpicker, so iwant to convert that to display the exact value on screen How to do this?
var page = Umbraco.Content(1115);
string aa = page.CarDetail;
this is error.
is working on a reply...