Surface Controller using ajax form not Umbraco form
Hello :). I have a website using Umbraco MVC (V: 4.11.1). At the top of all the pages we a login form with a username. The actual surface controller is working and if i use UmbracoBeginForm() everything works fine and the page reloads.
However we do not want the page to full reload, just part of the page, so decided to use an Ajax form. However when the post is made an error is thrown that the view Login cannot be found.
Surface Controller using ajax form not Umbraco form
Hello :). I have a website using Umbraco MVC (V: 4.11.1). At the top of all the pages we a login form with a username. The actual surface controller is working and if i use UmbracoBeginForm() everything works fine and the page reloads.
However we do not want the page to full reload, just part of the page, so decided to use an Ajax form. However when the post is made an error is thrown that the view Login cannot be found.
Has anyone got any ideas? Thanks. Charlie.
is working on a reply...