How to retrieve jQuery modified innerHTML from C#
Posted
by Buzzedword
on Stack Overflow
See other posts from Stack Overflow
or by Buzzedword
Published on 2010-03-25T14:51:54Z
Indexed on
2010/03/25
14:53 UTC
Read the original article
Hit count: 137
Hey guys. I'm trying to access the innerHTML
of a span tag modified by jQuery using C#. This is my first project shunning the AJAX libs in favor of jQuery, so I'm not sure how I can get the codebehind to recognize the manipulated innerHTML. I've set all the spans I want to tap into with runat="server"
, but all I pull are the values I've set when the page was designed.
What steps should I be taking to enable communication between the client-side and my codebehind, and am I even using the best practice here?
© Stack Overflow or respective owner