How to return a text from Controller to View using ajax? – Jquery ajax
I'm trying to return the content from the controller to the view but for some reason, it doesn't work. I want the text from the "return Contect (....)" to replace the label. Here is my code from the controller: namespace…