Adding the news widget into masterpage
Hello, I'm looking at putting the news widget into the masterpage. There is a requirement to have some widgets not interactive and to be 'concrete' into our pages. What would the register look like? (Looking at where the news widget is)
<%@ Register Namespace="Telerik.Sitefinity.Web.UI." Assembly="Telerik.Sitefinity" TagPrefix="sf" %>
?
Tia
Little digging
<%@ Register Namespace="Telerik.Sitefinity.Modules.News.Web.UI" Assembly="Telerik.Sitefinity" TagPrefix="sf" %>
Hi,
Yes, this is the correct location of the NewsView control. In any case you could always check with our API reference on the link below:
http://www.sitefinity.com/documentation/ApiReference/webframe.html
Regards,
Pavel Benov
Telerik