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?