---
title: "what is the role of script manager control?"  
description: "what is the role of script manager control?"  
author: "Varun Agrawal"  
published: 2011-03-28  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/697/what-is-the-role-of-script-manager-control  
category: "ajax"  
tags: ["scriptmanager", "control", "c#", ".net", "ajax", "role", "mindstick", "interview question"]  
reading_time: 1 minute  

---

# what is the role of script manager control?

ScriptManager control is the parent control that needs to be there on every page wherever we are trying to use ASP.NET AJAX controls. ScriptManager control manages client script for AJAX enabled ASP.NET pages. This control enables client script to use the type system extensions and support features for partial page rendering, web service calls etc.

## Answers

### Answer by Varun Agrawal

ScriptManager control is the parent control that needs to be there on every page wherever we are trying to use ASP.NET AJAX controls. ScriptManager control manages client script for AJAX enabled ASP.NET pages. This control enables client script to use the type system extensions and support features for partial page rendering, web service calls etc.


---

Original Source: https://www.mindstick.com/interview/697/what-is-the-role-of-script-manager-control

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
