I received the following question recently about my article “ASP.NET AJAX using JSON - Here’s how.“
If we update the value of a textbox or label via a JSON web service call - will the value of that textbox/label be written to the viewstate or whatever so that the server side code can see the new values that came from the JSON request?