Erstes Befüllen funktioniert durch erlauben von Scripts
This commit is contained in:
@@ -6,8 +6,6 @@ Partial Class Customers_Default3
|
||||
Inherits System.Web.UI.Page
|
||||
Shared Kdnrtext As String = String.Empty
|
||||
Sub Page_Load(sender As Object, Eventarg As EventArgs) Handles Me.Load
|
||||
|
||||
|
||||
Kdnrtext = Request.QueryString("CustomerID").ToString
|
||||
If String.Equals(Session.Item("CustomerID"), String.Empty) Then
|
||||
Kdnrtext = Request.QueryString("CustomerID").ToString
|
||||
@@ -144,6 +142,7 @@ Partial Class Customers_Default3
|
||||
list.Add(strtempGesperrt)
|
||||
list.Add(strtempDefekt)
|
||||
list.Add(strtempArchivt)
|
||||
list.Add(l2.KfzKennzeichen)
|
||||
listdetails.Add(list)
|
||||
Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user