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

Calling web service from popup

1 Answer 107 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dmitry
Top achievements
Rank 1
Dmitry asked on 31 Oct 2011, 11:21 AM
Hello,
I open popup window which displays a page. When I try to call web service from pageLoad() function, I always get a message "Insufficient stack space". When I put function to main window and call if with wnd.BrowserWindow.MyFunction(), I get no errors and everything works fine. Does this mean I cannot call web service directly from RadWindow?
Thank you.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 01 Nov 2011, 01:12 PM
Hello Dmitry,

Please try loading your page in a simple iframe and see if you get the same issue. If you do - then this means that something in your scripts is causing this behavior, as the RadWindow simply loads your page in an iframe. If not - please share some code that reproduces the said behavior so we can debug it and see what is going on.


Best wishes,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Window
Asked by
Dmitry
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or