Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > BinaryImage > Reset RadBinaryImage

Not answered Reset RadBinaryImage

Feed from this thread
  • Luciano Kaesemodel avatar

    Posted on Aug 28, 2009 (permalink)

    Hello guys...
    How can I reset a RadBinaryImage (to show no image at all) ?

    I tried that: 

     rbiImagem.DataValue = null;
     rbiImagem.DataBind();


    But the image still showing up...

    Any idea?

    Thanks...

    Reply

  • Georgi Krustev Georgi Krustev admin's avatar

    Posted on Sep 2, 2009 (permalink)

    Hello Luciano,

    The required functionality is not supported by the current version of the RadControls for ASP.NET AJAX.
    It will be included in Beta release of our controls which is scheduled for the middle of October. The official release is in the beginning of the November.

    Regards,
    Georgi Krustev
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Posted on Feb 16, 2011 (permalink)

    Has this been implemented? I can't get it to work...

    Reply

  • Nikolay Rusev Nikolay Rusev admin's avatar

    Posted on Feb 22, 2011 (permalink)

    Hello Alastair,

    You can bind RadBinaryImage to empty byte array which will result in clearing the image.
    BI.DataValue = new byte[0] { };
    BI.DataBind();


    All the best,
    Nikolay
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > BinaryImage > Reset RadBinaryImage