What is the simplest way to update textarea value without refreshing the whole page? Asynchronous method in controller will change textarea value, but how can I update the view? I’ve read about pushing updates using SignalR, would that kind of approach be helpful?
What is the simplest way to update textarea value without refreshing the whole page?
Share
In your AjaxOptions specify a javascript method to call OnSuccess
Send back a JsonResult from your Action in the Controller
And in the javascript method process the data you sent back