I have around 20 labels to update.
In relation to performance and padeload-weight, I choose WebMethods to realize it (Much smaller then updatepanel + timer).
So, how to update a lot of values in the WebMethod?
(My First intention was to access them normaly as I do: lbl1.Text = “1”; lbl2.Text = “2”…. but the method is static – no chance).
Create your method something like (choose some more convenient names tho :-)).
And do it in JavaScript like
Ah well, that’d get you started.