<wssuc:InputFormSection ID="InputFormSection1" runat="server"
Title="InputFormSection 1"
Description="Shows the possibilities of the different SharePoint user controls" >
<template_inputformcontrols>
<wssuc:InputFormControl runat="server" LabelText="">
<Template_Control>
<div class="ms-authoringcontrols">
Other controls will be placed here...
</div>
</Template_Control>
</wssuc:InputFormControl>
</template_inputformcontrols>
</wssuc:InputFormSection>
В режиме Design VS2005 выдает ошибку
Type 'System.Web.UI.UserControl' does not have a public property named 'Template_InputFormControls'
как быть?