---
title: "What are Web server controls in ASP.NET?"  
description: "What are Web server controls in ASP.NET?"  
author: "Anonymous User"  
published: 2014-10-13  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2225/what-are-web-server-controls-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net", "c#"]  
reading_time: 1 minute  

---

# What are Web server controls in ASP.NET?

- These are the objects on ASP.NET pages that run when the Web page is requested. \
- Some of these Web server controls, like button and text box, are similar to the HTML controls. \
- Some controls exhibit complex behavior like the controls used to connect to data sources and display data.

## Answers

### Answer by Anonymous User

- These are the objects on ASP.NET pages that run when the Web page is requested. \
- Some of these Web server controls, like button and text box, are similar to the HTML controls. \
- Some controls exhibit complex behavior like the controls used to connect to data sources and display data.


---

Original Source: https://www.mindstick.com/interview/2225/what-are-web-server-controls-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
