i am new to this I would like to help me please I have a RadAsyncUpload and RadBinaryImage when loadinga picture from the photo RadAsyncUpload shown in the image RadBinaryImage but when I choose another image that shows nothing I RadBinaryImage I have this code
<telerik: RadAsyncUpload runat = "server" ID = "BtnExmaminarLogo"
MaxFileInputsCount = "1" OnClientFileUploaded = "fileUploaded"
OnFileUploaded = "BtnExmaminarLogo_FileUploaded" AllowedFileExtensions = "jpeg, jpg, gif, png, bmp"
OnClientValidationFailed = "validationFailed" Width = "100%" Height = "100%">
Select="Elegir <Localization Logo" Remove="Elegir Otra" Cancel="Cancelar" />
I want that when elgir "Choose Other" in the RadAsyncUpload not show the image the bone RadBinaryImagethis blank that do not know how please help
<telerik: RadAsyncUpload runat = "server" ID = "BtnExmaminarLogo"
MaxFileInputsCount = "1" OnClientFileUploaded = "fileUploaded"
OnFileUploaded = "BtnExmaminarLogo_FileUploaded" AllowedFileExtensions = "jpeg, jpg, gif, png, bmp"
OnClientValidationFailed = "validationFailed" Width = "100%" Height = "100%">
Select="Elegir <Localization Logo" Remove="Elegir Otra" Cancel="Cancelar" />
I want that when elgir "Choose Other" in the RadAsyncUpload not show the image the bone RadBinaryImagethis blank that do not know how please help