How can I use jquery to display updates when I detect them in my code behind file?
Posted
by Dan
on Stack Overflow
See other posts from Stack Overflow
or by Dan
Published on 2010-03-14T20:02:36Z
Indexed on
2010/03/14
20:05 UTC
Read the original article
Hit count: 258
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.
© Stack Overflow or respective owner