---
title: "What is Hashtable in ASP.Net?"  
description: "What is Hashtable in ASP.Net?"  
author: "Anonymous User"  
published: 2011-05-23  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1017/what-is-hashtable-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is Hashtable in ASP.Net?

The Hashtable object contains items in key/value pairs. The keys are used as indexes, and very quick searches can be made for values by searching through their keys.

Items are added to the Hashtable with the Add() method.

## Answers

### Answer by Anonymous User

The Hashtable object contains items in key/value pairs. The keys are used as indexes, and very quick searches can be made for values by searching through their keys.

Items are added to the Hashtable with the Add() method.


---

Original Source: https://www.mindstick.com/interview/1017/what-is-hashtable-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
