The xref:System.Windows.Forms.DataGridView control supports the standard Windows Forms data binding model, so it can bind to a variety of data sources. Usually, you bind to a xref:System.Windows.Forms ...
Some time we need to display content in tabular form in Data list. So we can use gridview inside in Datalist. Here we have to define the DataList_ItemDataBound event and find control of our gridview ...