A
AAaron123
The aspx file includes the following:
<asp:LoginView ID="LoginView1" Runat="server">
<LoggedInTemplate>
<fieldset>
<asp:label id="message1" runat="server" />
The .vb file includes in a method
If (ChangePassword1.CurrentPassword.ToString() =
ChangePassword1.NewPassword.ToString) Then
Message1.Visible = True
Both Message1 and ChangePassword1 are reported to be "not declared"
The drop down list in the .vb file does not show them.
They were typed as shown, not draged from the toolbox.
The loginView1 does show in that drop down list.
Does any of this make sense to you?
Do you know what I have that is wrong?
Thanks in advance
<asp:LoginView ID="LoginView1" Runat="server">
<LoggedInTemplate>
<fieldset>
<asp:label id="message1" runat="server" />
The .vb file includes in a method
If (ChangePassword1.CurrentPassword.ToString() =
ChangePassword1.NewPassword.ToString) Then
Message1.Visible = True
Both Message1 and ChangePassword1 are reported to be "not declared"
The drop down list in the .vb file does not show them.
They were typed as shown, not draged from the toolbox.
The loginView1 does show in that drop down list.
Does any of this make sense to you?
Do you know what I have that is wrong?
Thanks in advance