Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hello friends,
I face error below when i put user control macro in umbraco how can i solve it?
error:
Hi Shine,
The error message is telling clearly, your user control needs to be inside a form tag with runat server. So first check your html markup if the form is inside the form or not.
<form id="form1" runat="server"> <!--your usercontrol macro--> </form>
Kind Regards PTamang
Thank you very much Pasang its work.....................................
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco error of User control
hello friends,
I face error below when i put user control macro in umbraco how can i solve it?
error:
Server Error in '/' Application.
Control 'ContentPlaceHolderDefault_body_login_1_txtUsername' of type 'TextBox' must be placed inside a form tag with runat=server.
Hi Shine,
The error message is telling clearly, your user control needs to be inside a form tag with runat server. So first check your html markup if the form is inside the form or not.
Kind Regards
PTamang
Thank you very much Pasang its work.....................................
is working on a reply...