I am new in umbraco 5.1. I need to know how i can integrate asp.net user control in it. Recent version's have ability to add dll of specific user control with files in desire location. So is there anyone who can tell me how i can achieve it.
The short answer is that you can't add user controls in Umbraco 5.1. Umbraco 5 is based on ASP.NET MVC, which is a different concept then ASP.NET Webforms, which Umbrao 4 is based on.
Integration of user control in Umbraco 5.1
Hello guys,
I am new in umbraco 5.1. I need to know how i can integrate asp.net user control in it. Recent version's have ability to add dll of specific user control with files in desire location. So is there anyone who can tell me how i can achieve it.
Many Thanks.
Hi emaadali
The short answer is that you can't add user controls in Umbraco 5.1. Umbraco 5 is based on ASP.NET MVC, which is a different concept then ASP.NET Webforms, which Umbrao 4 is based on.
Here you can read more about ASP.NET MVC
Hope this helps you a bit.
/Jan
is working on a reply...