How can I use jquery to display updates when I detect them in my code behind file?
- by Dan
I have an asp.net application and in the UI I have a jquery plugin called growel. When I detect that someone have changed their account (code behind) I need to call the jquery plugin to display but this is on the client side.
But how is this possible, I cant call jquery from code behind code (C#), has anyone a workaround or am i missing something.