Änderungen JQUERY und JSON De-/Serializierungsvorgänge.

This commit is contained in:
ja
2022-01-10 09:11:39 +01:00
parent 7a0343007d
commit 0f58739266
3 changed files with 20 additions and 19 deletions

View File

@@ -421,6 +421,7 @@ Partial Class LKWS
tr.Attributes.Add("style", "background-color:#ff2500;color:#fff;font-weight:400;")
tbl.Rows.Add(tr)
Next
tbl.EnableViewState = True
Return tbl
End Function
<WebMethod>
@@ -447,7 +448,7 @@ Partial Class LKWS
tr_M.Attributes.Add("style", "background-color:#ff2500;color:#fff;font-weight:400;")
Tbl.Rows.Add(tr_M)
Next
Tbl.EnableViewState = True
Return Tbl
End Function
End Class