I want to display an image (NOT the background image) on a ultraformattedlinklabel. Unfortunately, when I set the image value in the ultraformattedlinklabel's appearance it never displays. Am I missing something here or is this simply not possible?
I am using NetAdvantage 12.1 Win.
Thanks!
Hello Pietro and welcome to our forums!
You could achieve this by adding the picture through the 'Value' property, like this:
ultraFormattedLinkLabel.Value = <img style="width:655px; height:276px;" src="C:\Users\btoromanov\Pictures\Pietro.PNG"/>;
Please let me know if this helps.
Thanks for the help!