Änderungen JQUERY und JSON De-/Serializierungsvorgänge.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user