I've got a real need to be able to, from a client page, call a .ashx handler in my site, and have it return a bunch of html, including some telerik controls like textboxes, drop down boxes, masked edit type things, etc.
However, I've tried faking a page and adding rad controls to it and then getting the resulting html, but that tells me I need a script manager. I've tried adding one in, but that tells me the helpful message of Object isn't instantiated...
Is there any good way that I can create controls without having a full .aspx page?
However, I've tried faking a page and adding rad controls to it and then getting the resulting html, but that tells me I need a script manager. I've tried adding one in, but that tells me the helpful message of Object isn't instantiated...
Is there any good way that I can create controls without having a full .aspx page?