LKWs.aspx Daten kommen bis Tabelle aber Anzeige nicht erfolgreich.

This commit is contained in:
ja
2022-01-14 11:27:29 +01:00
parent 3e17f7a48a
commit 14bf8a50ae
4 changed files with 1354 additions and 1326 deletions

View File

@@ -10,9 +10,12 @@ Partial Class login_FLEX
Private salt As Byte()
Private intzahl As Integer
Public intzahliterats As Integer = -1
Protected Async Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
Protected Async Sub Page_Init(sender As Object, e As EventArgs) Handles Me.Init
VERAG_VARIABLES.initerrorcount()
End Sub
Protected Async Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
If Page.IsPostBack = True Then
Page.MaintainScrollPositionOnPostBack = True
intzahliterats = VERAG_VARIABLES.getiterationnumber
@@ -23,6 +26,8 @@ Partial Class login_FLEX
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 7), Math.Pow(2, 11))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 10)))
Else
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 10), Math.Pow(2, 17))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(Math.Pow(2, 5), Math.Pow(2, 10)))
@@ -39,6 +44,7 @@ Partial Class login_FLEX
sendmail("ja@verag.ag", Session.IsNewSession, VERAG_VARIABLES.geterrornumb)
End Try
Page.MaintainScrollPositionOnPostBack = False
End If
End Sub