hi
i have a radbinary image:
and show images dynamically:
but always showing all images in stretch mode. i want to show images in true ratio. i tested all options in resizemode property, but every options work the same.
i have a radbinary image:
<telerik:RadBinaryImage ID="RadBinaryImage1" runat="server" Width="340px" Height="340px" AutoAdjustImageControlSize="False" ResizeMode="Fit"/>Protected Sub RadButton2_Click(sender As Object, e As EventArgs) Handles RadButton2.Click Dim fac As printeryFalow = Session("invoiceData") RadBinaryImage1.ImageUrl = physicalToVirtualAddress(MsccRemoteProxyServer.clsGivers.getJpeg(fac.printeryInvoiceId)) End Sub