Änderungen Design

This commit is contained in:
ja
2021-10-08 16:20:15 +02:00
parent 36e6191b5a
commit e24cb9888c
6 changed files with 82 additions and 98 deletions

View File

@@ -5,10 +5,7 @@ Partial Class login_login_TEST
Inherits System.Web.UI.Page
Dim CustomerIDTextBox As TextBox
Protected Sub Page_Load(sender As Object, e As EventArgs)
If Not IsPostBack Then
Dim varlink As String = Request.Url.ToString
Response.Redirect(varlink, False)
End If
End Sub
Protected Sub ValidateUser(sender As Object, e As EventArgs)
Dim userId As Integer = 0