Längst upp på sidan under pagedirektivet:
Kod:
<%@ Register TagPrefix="ActionlessForm" Namespace="ActionlessForm" Assembly="Nutrio" %>
och sedan kör jag istället för <form>-taggen:
Citat:
<ActionlessForm:Form id="frm" method="post" runat="server">
|
... med tillhörande avslutningstagg längre ner på sidan.
felet jag får är :
Citat:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type ActionlessForm.Form from assembly nutrio, Version=1.0.2029.37157, Culture=neutral, PublicKeyToken=null.
Source Error:
Line 27: <body ms_positioning="GridLayout">
Line 28:
Line 29: <ActionlessForm:Form id="frm" method="post" runat="server">
Line 30:
Line 31:
|