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

File Upload and Populate grid

3 Answers 143 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
SKande
Top achievements
Rank 2
SKande asked on 14 May 2013, 04:44 PM
Hi All,
  I am  new to telerik controls I am using the asyn upload to upload files from a  user but the tough part is I have a user control which has a hyperlink to open a radwindow which contains asp page where user actually loads the files using asyn upload once done i have to populate radgrid back in the parent page file  how can i do this and i need hyperlink on the grid with the uploaded file name to actually allow user to open save dialog and i am using local folder to save files and paths.

3 Answers, 1 is accepted

Sort by
0
Accepted
msigman
Top achievements
Rank 2
answered on 22 May 2013, 06:30 PM
I did something similar very recently -- so, it can be done.  However instead of using NavigateUrl in the RadWindow, use the ContentTemplate approach.  This way the popup window is rendered on the same page as your parent page, so that you can update the parent control(s) after the file is uploaded.  You would use the same approach as if it weren't in a RadWindow/popup at all.
0
SKande
Top achievements
Rank 2
answered on 28 May 2013, 08:00 PM
Thank you that worked.
0
msigman
Top achievements
Rank 2
answered on 28 May 2013, 08:03 PM
Great!  If you don't mind, please mark my answer as Accepted.
Tags
AsyncUpload
Asked by
SKande
Top achievements
Rank 2
Answers by
msigman
Top achievements
Rank 2
SKande
Top achievements
Rank 2
Share this question
or