אם יש לכם בדף אלמנטים של ASPNET, וקיבלתם את השגיאה הבאה:
Control 'MainContent_buttonCreate' of type 'Button' must be placed inside a
form tag with runat=server.
כנראה שכחתם והורדתם בטעות את התגית <from>
אז קדימה להוסיף:
<form id="Form1" runat="server">
</form>
</form>
אין תגובות:
הוסף רשומת תגובה