Question - What are the types of Databinding?
Answer -
This classification is based on the number of bound values that can be displayed through a control of the window form.
Two types of Databinding:
Simple Data Binding: It is the process of binding a control to a single data element.
For Example, Binding a textbox or label with a single value.
Complex Data Binding: It is the process of binding a component to display one data element or multiple data elements.
For Example, GridView or Listbox control binding one data element or more than one records in a table.