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

implement the WebService method Error executing child request for handler 'System.Web.UI.Page'

4 Answers 275 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
H W
Top achievements
Rank 1
H W asked on 06 Aug 2009, 01:31 PM
I am now trying to implement the WebService method. I am getting an error:

Error executing child request for handler 'System.Web.UI.Page'

It's happening on this line:

HttpContext.Current.Server.Execute(pageHolder, output, false)

4 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 11 Aug 2009, 12:34 PM
Hi H W,

The error you describe is not directly related to RadControls but to the way you want to render your user contro through the WebService. You can find useful information in the forums on the net - e.g you can use teh following search as a start point:

http://www.google.bg/search?hl=bg&rlz=1W1WZPA_en&q=Error+executing+child+request+for+handler+%27System.Web.UI.Page%27+web+service&meta=

Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
H W
Top achievements
Rank 1
answered on 11 Aug 2009, 01:07 PM
I have solved the Error executing child request for handler problem.

But I run into the other problem with using the webservices with tooltip control.

The problem is:

After the tooltip show, the page could not post back in IE, but it works on firefox.

Did you see this type of problem before.
0
Svetlina Anati
Telerik team
answered on 13 Aug 2009, 02:05 PM
Hello H W,

We are not aware of such problem except for when thisis done on purpose e.g if you have a button and you return false in its client handler, differences might occur under IE and FF and this also might happen when using the UseSubmitBehavior property.

If you need further assistance, please start stripping down code until you isolate the problem. Once you do this, just share some reproduction code here and I will built up a test demo on my side and do my best to help.

All the best,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Raymond Noorlander
Top achievements
Rank 1
answered on 14 Sep 2009, 09:52 AM
Hello H W,

We have the same problem. Error executing child request for handle 'System.Web.Ui.Page'. Can you tell me how you solved the problem.

Thanks Harm Holtackers
Tags
ToolTip
Asked by
H W
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
H W
Top achievements
Rank 1
Raymond Noorlander
Top achievements
Rank 1
Share this question
or