From d4f349f3f5c7f0c8d61235cd982b028132efdabb Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 20 Sep 2021 09:28:23 +0200 Subject: [PATCH] =?UTF-8?q?Reihenfolge=20der=20=20Ladefunktionen=20wurde?= =?UTF-8?q?=20ge=C3=A4dnert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/CustomsAviso.aspx.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Customers/CustomsAviso.aspx.vb b/Customers/CustomsAviso.aspx.vb index 50d8309..71d12ff 100644 --- a/Customers/CustomsAviso.aspx.vb +++ b/Customers/CustomsAviso.aspx.vb @@ -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