With the aid of data binding you can bind a control to just any column in the database but in a table form. Working with data binding in ASP.NET will be a different experience than data binding in Visual Basic .NET. In ASP.NET DataView is used by the user to select that particular record which they ant to display in the in bound controls. The Row Filter property in Data View is used to select which particular data you want to be displayed. Some of the controls that support data binding are,
• asp:RadioButtonList • asp:CheckBoxList • asp:DropDownList • asp:Listbox |