pgnz wrote:What errors are you getting? Its pretty hard to diagnose problems without the either the code or the error.
I have built many macros (User Controls) that are using MS Ajax in Umbraco without issues.
Hopefully we can help you out...
There is no error or any exception.
This is my scenario:
1. I create normal macro from .net user control. Then I load this macro in XSLT macro. I use umbraco.library.RenderMacroContent method. Works OK.
2. Then I add one control from ASP.NET AJAX package. (UpdatePanel or any control from Control Toolkit) Rebuild and copy to umbraco.
3. When I reload umbraco page this control is not rendered and there is no error. Nothing is rendered from this control. Also there is no static text which is on this control.