Sicherheit verbessert und Ladegeschwindigkeit
This commit is contained in:
@@ -6,15 +6,17 @@ Partial Class Kundenbereich_Default
|
|||||||
Inherits System.Web.UI.Page
|
Inherits System.Web.UI.Page
|
||||||
|
|
||||||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
||||||
|
|
||||||
tbl_Header_row.TableSection = TableRowSection.TableHeader
|
tbl_Header_row.TableSection = TableRowSection.TableHeader
|
||||||
|
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
|
||||||
|
|
||||||
DataBind()
|
DataBind()
|
||||||
If (Page.IsPostBack And normaltable.EnableViewState = False) Then
|
If (Page.IsPostBack And normaltable.EnableViewState = False) Then
|
||||||
normaltable.EnableViewState = True
|
normaltable.EnableViewState = True
|
||||||
End If
|
End If
|
||||||
|
|
||||||
rbt_Alle.Selected = True
|
rbt_Alle.Selected = True
|
||||||
rbt_Alle_M.Selected = True
|
rbt_Alle_M.Selected = True
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Protected Sub LogOutBtn1_Click(sender As Object, e As EventArgs)
|
Protected Sub LogOutBtn1_Click(sender As Object, e As EventArgs)
|
||||||
|
|||||||
Reference in New Issue
Block a user