[Solved] How to use JQuery in MVC Asp.net
The main use of that code is to create an Ajax request that will not cause your page to load or refresh. Furthermore, it will be managed asynchronically. In other words, you can send a request to the server and process the response without the need to reload. url: VirualURL + “/Register/ValidatePromRep” This URL will … Read more