Strange Error: in ASP.
Strange Error. Happened with Literal too. 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: The base class includes the field 'ConstructIDLabel', but its type (System.Web.UI.WebControls.Label) is not compatible with the type of control (System.Web.UI.WebControls.TextBox). Source Error:
Line 14: <table>
Line 15: <tr>
Line 16: <td><asp:TextBox id="ConstructIDLabel" runat="server"></asp:TextBox></td>
Line 17: <td><asp:TextBox id="ConstructIDTextBox" runat="server" Text='<%# DataBinder.Eval(DataView1, "[0].ConstructID") %>'></asp:TextBox></td>
Line 18: </tr>
|