I have a web system which collects measurements data.
Those inputs comes from a mobile device (iPhone with a custom website).
I would like to show a message at the admin's web site each time the server gets an input from a mobile device.
The message mechanism will use jQuery.Gritter to show them.
My question: how can I call the jQuery function from the server?
I think I can't use RegisterStartupScript()
nor RegisterClientScriptBlock()
since the web page is performing any postback.