Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Telerik and Medium Trust

Continuing on with my medium trust adventure, the Telerik ASP.NET AJAX UI web controls have their own little quirk to look for.

Your code-behind pages should inherit from Telerik.Web.UI.RadAjaxPage instead of the standard System.Web.UI.Page.

It is documented by Telerik here.

Simple and neat fix...

Enjoy.

No Comments