---
title: "What is Databinding?"  
description: "What is Databinding?"  
author: "MindStick Software Pvt Ltd"  
published: 2019-10-01  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/33644/what-is-databinding  
category: "ado.net"  
tags: ["ado.net", ".net", "asp.net"]  
reading_time: 1 minute  

---

# What is Databinding?

The data-binding is the process of binding the data with graphical elements (controls in a window form). After binding the data in a window form, you can navigate through the records with the help of the Binding Navigator Control.

That is the single advantages of data binding is, the user does not need to write the codes explicitly, for establishing the connections and creating a data set, this feature will write the necessary ADO.NET code for the user.

## Answers

### Answer by MindStick Software Pvt Ltd

The data-binding is the process of binding the data with graphical elements (controls in a window form). After binding the data in a window form, you can navigate through the records with the help of the Binding Navigator Control.

That is the single advantages of data binding is, the user does not need to write the codes explicitly, for establishing the connections and creating a data set, this feature will write the necessary ADO.NET code for the user.


---

Original Source: https://www.mindstick.com/interview/33644/what-is-databinding

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
