Web Controls\[code\]<asp:TextBox id="txtUsername" runat="server" CssClass="input-block-level" placeholder="Username" type="text" required></asp:TextBox><asp:TextBox id="txtPassword" runat="server" CssClass="input-block-level" placeholder="Password" type="password" required></asp:TextBox>\[/code\]Code Behind\[code\]Inherits System.Web.UI.MasterPageProtected WithEvents txtUsername As System.Web.UI.WebControls.LiteralProtected WithEvents txtPassword As System.Web.UI.WebControls.Literal\[/code\]Error:\[quote\] Parse Error: 'txtPassword' is already declared as 'Protected WithEvents txtPassword As System.Web.UI.Webcontrols.TextBox in' this class
'txtUsername' is already declared as 'Protected WithEvents txtUsername As System.Web.UI.Webcontrols.TextBox in' this class\[/quote\]What could be the cause of the error?
'txtUsername' is already declared as 'Protected WithEvents txtUsername As System.Web.UI.Webcontrols.TextBox in' this class\[/quote\]What could be the cause of the error?