Controls You Can Use on Web Forms ASP.NET Standard Controls Button Controls
Button controls support databinding to its properties; hence, they are ideal for use within data-bound container controls such as the DataGrid, the DataList, and the Repeater Web server controls.
For an example of how you can include LinkButton controls within a DataList, see Allowing Users to Select Items in a DataList Control.
For an example of how you can include ImageButton controls within a DataList, see Dynamically Generated ImageButtons.
|