---
title: "What are the HTML server controls in ASP.NET?"  
description: "What are the HTML server controls in ASP.NET?"  
author: "Sumit Kesarwani"  
published: 2014-09-01  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/2102/what-are-the-html-server-controls-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What are the HTML server controls in ASP.NET?

HTML server controls are similar to the standard HTML elements, which are normally used in HTML pages. They expose properties and events that can be used programmatically. To make these controls programmatically accessible, you need to specify that the HTML controls act as a server control by adding the runat="server" attribute.

## Answers

### Answer by Sumit Kesarwani

HTML server controls are similar to the standard HTML elements, which are normally used in HTML pages. They expose properties and events that can be used programmatically. To make these controls programmatically accessible, you need to specify that the HTML controls act as a server control by adding the runat="server" attribute.


---

Original Source: https://www.mindstick.com/interview/2102/what-are-the-html-server-controls-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
