---
title: "What is ASP.NET AJAX?"  
description: "What is ASP.NET AJAX?"  
author: "Sumit Kesarwani"  
published: 2014-09-02  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/2114/what-is-asp-dot-net-ajax  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is ASP.NET AJAX?

ASP.NET AJAX, mostly called AJAX, is a set of extensions of ASP.NET. It is developed by Microsoft to implement AJAX functionalities in Web applications. ASP.NET AJAX provides a set of components that enable the developers to develop applications that can update only a specified portion of data without refreshing the entire page. The ASP.NET AJAX works with the AJAX Library that uses object-oriented programming (OOP) to develop rich Web applications that communicate with the server using asynchronous postback.

## Answers

### Answer by Sumit Kesarwani

ASP.NET AJAX, mostly called AJAX, is a set of extensions of ASP.NET. It is developed by Microsoft to implement AJAX functionalities in Web applications. ASP.NET AJAX provides a set of components that enable the developers to develop applications that can update only a specified portion of data without refreshing the entire page. The ASP.NET AJAX works with the AJAX Library that uses object-oriented programming (OOP) to develop rich Web applications that communicate with the server using asynchronous postback.


---

Original Source: https://www.mindstick.com/interview/2114/what-is-asp-dot-net-ajax

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
