Änderungen
This commit is contained in:
@@ -16,6 +16,7 @@ Partial Class Customers_Default
|
||||
If Page.IsPostBack = True Then
|
||||
Page.MaintainScrollPositionOnPostBack = True
|
||||
VERAG_VARIABLES.initerrorcount()
|
||||
tbl_main = ViewState("Message")
|
||||
Else
|
||||
Page.MaintainScrollPositionOnPostBack = False
|
||||
VERAG_VARIABLES.initerrorcount()
|
||||
@@ -23,6 +24,8 @@ Partial Class Customers_Default
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
|
||||
Protected Sub Btn_btn_Click(sender As Object, e As EventArgs)
|
||||
Dim tbl_id As TableCell = New TableCell
|
||||
Dim tbl_name As TableCell = New TableCell
|
||||
@@ -35,5 +38,6 @@ Partial Class Customers_Default
|
||||
|
||||
tbl_main.Rows.Add(tr)
|
||||
|
||||
ViewState("Message") = tbl_main
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user