Hello Steve,
Indeed this is possible, and we will document this feature as soon as we can. It is done in the following way:
- Set EnablePageMethods="true" to the ScriptManager control on the page.
- Set RadXmlHttpPanel's WebMethodPath property to the path of the page containing the method in its code behind.
- Make sure the method is a static one (shared in VB).
- Make sure the method is marked as WebMethod
For your convenience I have created a simple page demonstrating this. Here is the code:
.aspx
.cs
Regards,
Pero
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items