Normally what you need to do is create aspx user controls, which you then include into Umbraco as macro's. You can then add those macro's in your umbraco templates, and also in the content editors (if you mark the macro to be usable in content editor).
So, you do not create aspx pages as such, you create controls that you will integrate in the Umbraco backend.
How to Add aspx and aspx.cs pages in Umbraco Please help?
I developed my sites in umbraco but needs some dynamic pages.So,how can i do that
Hello,
Normally what you need to do is create aspx user controls, which you then include into Umbraco as macro's. You can then add those macro's in your umbraco templates, and also in the content editors (if you mark the macro to be usable in content editor).
So, you do not create aspx pages as such, you create controls that you will integrate in the Umbraco backend.
Hope this helps.
Cheers,
Michael.
Hi,
Depends what do you mean by dynamic pages?
Do you mean pulling in Umbraco content or pulling in external (non Umbraco) data?
Rich
is working on a reply...