Änderung der Validation methoden
This commit is contained in:
@@ -5,9 +5,7 @@ Partial Class login_FLEX
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
Protected Sub Page_Load(sender As Object, e As EventArgs)
|
||||
If Not Page.IsPostBack Then
|
||||
Page.Validate()
|
||||
End If
|
||||
|
||||
End Sub
|
||||
Protected Sub ValidateUser(sender As Object, e As EventArgs)
|
||||
Dim userId As Integer = 0
|
||||
@@ -62,6 +60,7 @@ Partial Class login_FLEX
|
||||
End Sub
|
||||
|
||||
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
|
||||
|
||||
End Sub
|
||||
Protected Sub LoginButton_M_Click(sender As Object, e As EventArgs)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user