Embed Custom Control inside Widget Template
I'm using Sitefinity 5.1
I'm trying to embed a custom user control inside the default Search widget template. How can I do this?
You should be able to reference the control after adding in a tag prefix.
<%@ Register TagPrefix="custom" Namespace="SitefinityWebApp.Custom" Assembly="SitefinityWebApp" %><custom:controlname property="value" runat="server"></custom:controlname>