How to Integrate ASP.NET custom user control with Umbraco CMS
INTRODUCTION
You can integrate ASP.NET user controls with Umbraco CMS. You can communicate with your control by using Public Properties and macro elements.
The user control created with data entry form in ASP.NET looks like the one below:
After creating user control in ASP.NET project, copy the custom control bin file into bin folder and.axcs page into User control folder in Umbraco CMS.
After copying the user control .axcs page and bin file in umbraco CMS, open the Umbraco CMS and go to the developer section and create the macro in macros folder.Firstly, we create the partnership macro as shown below.
After creating the partnership macro, click on the save button as shown below.
After creating the partnership form macro, we used the template and content section as shown in the figure below.
Publish the page.