Is it possible to use RadAjax for web user controls in a separate class library project?
I want the web user controls in a separate class library project so that the library can then be used by a variety of different web application projects?
But when I've tried to do this, I cannot see the RadControls on the design surface of the web user controls in the class library project. Is there an example of how to do this? What configuration settings are necessary for the app.config file?
Also is there an example for how to program the RadAjaxManagerProxy in a webUserControlBase class so that it is inherited by all the web user controls in the class library project? Will this work when the user controls of the library are then called by the web pages of the various web applications which have the RadAjaxManager in their master pages?
I want the web user controls in a separate class library project so that the library can then be used by a variety of different web application projects?
But when I've tried to do this, I cannot see the RadControls on the design surface of the web user controls in the class library project. Is there an example of how to do this? What configuration settings are necessary for the app.config file?
Also is there an example for how to program the RadAjaxManagerProxy in a webUserControlBase class so that it is inherited by all the web user controls in the class library project? Will this work when the user controls of the library are then called by the web pages of the various web applications which have the RadAjaxManager in their master pages?