Let\'s say I have
500
(Context: asp.net aspx page) How do I allow a c# code access that value?
The C# code inside <% .. %> is run on the server when the HTML is generated. When the value updates via AJAX, it all happens on the client - long after the C# has finished running.
<% .. %>