Questions tagged [ajax-request]

An ajax request, or an XMLHttpRequest, is used in JavaScript to make additional requests from a server without reloading the page.

123 questions
8
votes
5 answers

Asp.net MVC - How to check session expire for Ajax request

We are using Ajax call across the application- trying to find out a global solution to redirect to login page if session is already expired while trying to execute any Ajax request. I have coded following solution taking help from this post -…
8
votes
3 answers

How to disable a submit button when AJAX request is in progress and enable it after receiving success AJAX response?

I've following HTML code: