Error:Requires FormManager on the Page
Hi All
after i execute the telerik sitefionity operation i received below error in yellow pages
"When in Write mode the control with ID requires a formManager on the Page "
Give me the solution i need very urgent
Please find attached screen shot i add this for your refrence
Thanks
Hello,
The error indicates form manager is needed on the template or page you are referring to. There is a control at this page that requires is, add the below markup to the template to load form manager and resolve the problem.
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.FieldControls" TagPrefix="sfFields" %>
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.Fields" TagPrefix="sfFields" %>
<
sfFields:FormManager
ID
=
"formManager"
runat
=
"server"
/>