-
SKande
27
posts
Member since:
May 2013
Posted 14 May 2013
Link to this post
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.
-
-
Answer
141
posts
Member since:
Apr 2008
Posted 22 May 2013
Link to this post
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.
-
-
SKande
27
posts
Member since:
May 2013
-
-
141
posts
Member since:
Apr 2008
Posted 28 May 2013
Link to this post
Great! If you don't mind, please mark my answer as Accepted.
-