ASP.Net DataBind Controls


• Repeater control.

Repeater Control , DataList Control and FormView Control are Both unformatted controls.

• DataGrid Control .

• DataList Control.

• GridView Control.

• DetailsView.

• FormView.

• DropDownList.

• ListBox.

• RadioButtonList.

• CheckBoxList .

• BulletList.


Both controls as DetailsView and FormView controls displays a single result at a time.

There are mainly three types if Binding techniques.

• Declarative Binding.

• static Binding.

• programmatically Binding.