Änderungen an Klassenbezeichnungen
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user