I have made a macro from a usercontrol. It shows a gridview, a button and a textbox (the latter two just for testing purposes). Now I call this macro with RenderMacroContent from an xslt. I know several of you stated the use of a .net-usercontrol in a macro being called from a xslt-macro is not possible, but is does work for all text, the button and the texbox in this ascx. Just not for the gridview. I do not need any functionality from the usercontrol, just the rendered output.
Why is the gridview not shown when the other elements do show? Isn't the gridviews output not just a table?
RenderMacroContent works / does not work..
Hi,
I have made a macro from a usercontrol. It shows a gridview, a button and a textbox (the latter two just for testing purposes). Now I call this macro with RenderMacroContent from an xslt. I know several of you stated the use of a .net-usercontrol in a macro being called from a xslt-macro is not possible, but is does work for all text, the button and the texbox in this ascx. Just not for the gridview. I do not need any functionality from the usercontrol, just the rendered output.
Why is the gridview not shown when the other elements do show? Isn't the gridviews output not just a table?
Thanks ahead!
Fabian (Umbarco 4.0 / Asp 3.5)
is working on a reply...