I need a little help here...I think this is possible, I just can't figure out how to do it.
I have a page with RadTabStrip control on it. On one of the tabs is a "group photo". I have a link on the page which pops a RadWindow to handle the upload of a single file using RadUpload. What I need to happen when someone clicks the Submit button, is that the file uploads, the RadWindow closes, and the page with the RadTabStrip refreshes.
I tried implementing the code example posted on this site where you inject the javascript to a label to close the page, but since RadUpload does a postback, I think it's bypassing my injection. I tried putting the injection script in the Page Load event and calling it with If Page.IsPostBack, but that didn't work either.
Any suggestions?
I have a page with RadTabStrip control on it. On one of the tabs is a "group photo". I have a link on the page which pops a RadWindow to handle the upload of a single file using RadUpload. What I need to happen when someone clicks the Submit button, is that the file uploads, the RadWindow closes, and the page with the RadTabStrip refreshes.
I tried implementing the code example posted on this site where you inject the javascript to a label to close the page, but since RadUpload does a postback, I think it's bypassing my injection. I tried putting the injection script in the Page Load event and calling it with If Page.IsPostBack, but that didn't work either.
Any suggestions?