Reihenfolge der Ladefunktionen wurde geädnert.
This commit is contained in:
@@ -6,11 +6,11 @@ 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
|
|
||||||
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
|
Page.UnobtrusiveValidationMode = UnobtrusiveValidationMode.WebForms
|
||||||
|
|
||||||
|
tbl_Header_row.TableSection = TableRowSection.TableHeader
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user