
Application Web.Config
...
<
system.web>
<customErrors mode="Off" />
<compilation debug="true" strict="false" explicit="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
...
Just updated my control set to the Q3 2012.

Hi I have a RadAsyncUpload in a div, on focus it show right, but normal it show like cutted, I attach two screen.
<div class="qsf-demo-canvas"> <telerik:RadAsyncUpload ID="fileUpload" style="padding-bottom:10px !important" runat="server" Skin="Black" InputSize="30" MaxFileInputsCount="1" ControlObjectsVisibility="None" Font-Size="Large"></telerik:RadAsyncUpload></div>
lblJavaScript.Text =
"<script type='text/javascript'>top.location.href='" & sPayPal & "';GetRadWindow().Close();</script>"
...in the radwindow (where sPayPal = the URL to redirect to).
This works fine.
If I had two <div> on the parent page, one for the content to see before the radwindow pop-up, and one to show when it closes, is there any way to change my javascript above to show the new div as well as redirect the page and close the window?
Sorry to be so dumb. I don't think you can do this, but if you never ask cleverer people you never know!
thanks so much folks