This is a migrated thread and some comments may be shown as answers.

Specified cast is not valid error for ControlObjectsVisibility property

1 Answer 48 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Barbaros Saglamtimur
Top achievements
Rank 1
Barbaros Saglamtimur asked on 07 Apr 2011, 09:59 AM
Hi,

When I try to set ControlObjectsVisibility property at design time, receive Specified cast is not valid exception. When I set it manually from coode behind  and run page it doesn't throw any exception but seems not working.

<telerik:RadAsyncUpload runat="server" ID="RadAsyncUpload1" HttpHandlerUrl="~/UploadHandler.ashx"
    MultipleFileSelection="Disabled" MaxFileInputsCount="1" OnClientFileUploaded="fileUploaded"
    EnableInlineProgress="False" Skin="Default" >
</telerik:RadAsyncUpload>

I am using version 2011.1.405.40

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 12 Apr 2011, 10:17 AM
Hello Barbaros,

Thank you for the report. Actually we left this property only for compatibility reasons with RadUpload.
It doesn't work and we will remove it from the property grid.

I updated your points for the report.

Regards,
Helen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
AsyncUpload
Asked by
Barbaros Saglamtimur
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or