Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
setting an ultraformattedlinklabel image
posted

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!

Parents
  • 71886
    Offline posted

    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.

Reply Children
No Data