Änderungen an Klassenbezeichnungen

This commit is contained in:
ja
2021-10-18 16:39:02 +02:00
parent 7c05210410
commit 67b077a2a4
5 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="ChangePW.aspx.vb" Inherits="login_ChangePW" %>
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="ChangePW.aspx.vb" Inherits="ChangePW" %>
<!DOCTYPE html>

View File

@@ -1,7 +1,7 @@
Imports System.Data.SqlClient
Imports System.Data
Partial Class login_ChangePW
Partial Class ChangePW
Inherits System.Web.UI.Page
Protected Sub Page_Load(sender As Object, e As EventArgs)

View File

@@ -1,4 +1,4 @@
<%@ Page Language="VB" AutoEventWireup="false" Debug="True" CodeFile="ForgotPW.aspx.vb" Inherits="login_ForgotPW" %>
<%@ Page Language="VB" AutoEventWireup="false" Debug="True" CodeFile="ForgotPW.aspx.vb" Inherits="ForgotPW" %>
<%@ Reference VirtualPath="~/login/ChangePW.aspx" %>
<!DOCTYPE html>

View File

@@ -5,7 +5,7 @@ Imports System.Configuration
Imports System.Data.SqlClient
Imports System.Data
Partial Class login_ForgotPW
Partial Class ForgotPW
Inherits System.Web.UI.Page
Dim ConnectionString As String = String.Empty

View File

@@ -68,7 +68,6 @@ Partial Class login_FLEX
Else
Response.Redirect("login_FLEX.aspx")
End If
End Sub
Protected Sub LoginButton_M_Click(sender As Object, e As EventArgs)
Validate("Login_M")