Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
Have you installed the Visual Studio Tools? There are templates for partial controls.
Basically you create a new user control and inherit from ContentControlBase
[TemplateDescriptor(
Inherited = true,
AvailableWithoutTag = true)]
public partial class NewsArticleTeaser : ContentControlBase
{
}
Hi!
I've seen a lot of guides on how to render pages in ContentAreas in MVC but I can't find any guides on how to do that in Webforms. Is there an easy way to do that?