Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
117 views

First time implementing telerik RadUpload control

I am implementing telerik RadUpload in my asp.net web application.I added corresponding the handler and module entries in web.config. <add path="Telerik.RadUploadProgressHandler.ashx" ...
0
votes
2answers
66 views

Telerik setting TargetPhysicalFolder dynamically in RadUpload

I'm having an issue saving files to physical directories based on a sql query. I've figured out that i has to do with setting the TargetPhysicalFolder in the aspx, I cannot leave this blank. Inside ...
0
votes
0answers
101 views

Telerik Silverlight RadUpload Uploading without Interface

How can I utilize Telerik's RadUpload control for Silverlight without actually using it's interface? I just need to use it's uploading abilities. Thanks in advance
0
votes
0answers
77 views

Telerik RadUpload redirect based on result inside SaveChunkData()?

I am using the Telerik RadUpload control in Silverlight. I am attempting to redirect to a confirmation page after the upload succeeds. The query parameters that will be added to the confirmation ...
0
votes
0answers
148 views

RadUpload on RadGrid Edit Popup for FireFox

While using RadUpload control on RadGrid Edit Popup, and clicking Select button of RadUpload control, it's not working for FireFix 4+ (OpenFileDialog is not shown) but it works properly for Safari and ...
0
votes
0answers
75 views

How to save a upload file into servermap and Database path using Ajax RadasynchronousUpload

i have web application in that i am using RadasynchronousUpload control for uploading a file.I want save the upload file in Servermap path and Database,i have try to this but it is upload either in ...
0
votes
0answers
584 views

Telerik Radgrid, Save File to Folder, File Name to Database

I am trying to setup a Telerik Gridview edit template, with RadUpload inserting an image. The image is to be inserted into a file, the image name needs to go into a database field. The "Insert" part ...
0
votes
1answer
403 views

Multiple RadUpload Control in One Page

I have an aspx page that uses master page. In the papx page, I load a user control containing 2 RadUpload controls (Rad1 and Rad2). User can choose to upload the file either using the first RadUpload ...
0
votes
2answers
943 views

Styling Sylverlight Telerik Radupload

At the moment I'm using Silverlight RadControls from Telerik. In my site I've implemented the RadUpload control. Because the control is not styled the way I want, I'm restyling it for my site. The way ...
0
votes
1answer
186 views

Control static on page

This question is a bit tricky, If something is not clear, please ask to explain. This is happing on all pages that follow this logic: An asp:ValidationSummary on top of the page Some client side ...
0
votes
1answer
982 views

RadUpload in FormView in RadAjaxPanel

I have a RadUpload in the edit template of a FormView. My desired behaviour is Formview should open in ReadOnly Mode On clicking the update button, a postback should occur So the desired ...