London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?