Reihenfolge der Ladefunktionen wurde geädnert.
This commit is contained in:
@@ -6,11 +6,11 @@ Partial Class Kundenbereich_Default
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
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
|
||||
|
||||
tbl_Header_row.TableSection = TableRowSection.TableHeader
|
||||
DataBind()
|
||||
|
||||
If (Page.IsPostBack And normaltable.EnableViewState = False) Then
|
||||
normaltable.EnableViewState = True
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user