Hi guys,
I choose the method to update my data every second with a javascript PageMethod and WebMethod.
With much returns via an object I can set hunderts of labels if it is naeccasery.
The time for 2 completedatabase-querys is unter 200 Milliseconds and the Post-Weight is wunderfull low!
But how I can databind my gridview in a webmethod?
Is there a way to bind it in JavaScript of how can I access it with a static method?