Server Error in '/' Application.

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 'txtLoanAmount', but its type (VisionNova.Web.Controls.FloatingPlaceholderTextBox) is not compatible with the type of control (System.Web.UI.WebControls.TextBox).

Source Error:


Line 16: <h1>Payment Calculator</h1>
Line 17: <table id="payment_calculator">
Line 18: <tr><td class="label">Loan Amount:</td><td><asp:TextBox ID="txtLoanAmount" CssClass="loan_amount" runat="server" Text="50000" Width="80px"></asp:TextBox></td></tr>
Line 19: <tr class="surities_row"><td>&nbsp;</td><td><asp:CheckBox Text="Security other than sureties" CssClass="surities" runat="server" ID="cbSecurity" /></td></tr>
Line 20: <tr><td class="label">Period of Study:</td><td><asp:DropDownList ID="ddlStudyPeriod" runat="server"><asp:ListItem Value="1">1 Year</asp:ListItem><asp:ListItem Value="2">2 Years</asp:ListItem><asp:ListItem Value="3">3 Years</asp:ListItem><asp:ListItem Value="4">4 Years</asp:ListItem><asp:ListItem Value="5">5 Years</asp:ListItem><asp:ListItem Value="6">6 Years</asp:ListItem><asp:ListItem Value="7">7 Years</asp:ListItem></asp:DropDownList></td></tr>

Source File: /Loans/PaymentCalculator.aspx    Line: 18


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0