Änderungen Implementierung Fehlernummern-System in jeder Seite
This commit is contained in:
@@ -3,7 +3,12 @@ Partial Class js_InfoPanel
|
||||
Inherits System.Web.UI.Page
|
||||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load
|
||||
BackButton.Attributes.Add("onClick", "javascript:history.back(); return false;")
|
||||
|
||||
VERAG_VARIABLES.initerrorcount()
|
||||
If Page.IsPostBack = True Then
|
||||
Page.MaintainScrollPositionOnPostBack = True
|
||||
Else
|
||||
Page.MaintainScrollPositionOnPostBack = False
|
||||
End If
|
||||
'Progress bar
|
||||
updateProgBar(10)
|
||||
'Label4.Attributes.CssStyle.Add("font-weight", " bolder")
|
||||
|
||||
Reference in New Issue
Block a user