Berichtigung Abfrage Querystrings
This commit is contained in:
@@ -4,17 +4,16 @@ Imports System.Web.Services
|
||||
Partial Class Customers_Default3
|
||||
Inherits System.Web.UI.Page
|
||||
Shared Kdnrtext As String = String.Empty
|
||||
Shared CardNr 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
|
||||
End If
|
||||
CardNr = Request.QueryString("CardNo").ToString
|
||||
|
||||
If Page.IsPostBack = True Then
|
||||
Kdnrtext = Request.QueryString("CustomerID").ToString
|
||||
If String.Equals(Session.Item("CustomerID"), String.Empty) Then
|
||||
Kdnrtext = Request.QueryString("CustomerID").ToString
|
||||
CardNr = Request.QueryString("CardNo").ToString
|
||||
End If
|
||||
Page.MaintainScrollPositionOnPostBack = True
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user