Here Mudassar Khan has explained with an example, how to populate (bind) WebGrid using ADO.Net in ASP.Net Core MVC.
Inside the Controller, the records from the Database Table will be fetched using traditional ADO.Net method i.e. using SqlConnection, SqlCommand, SqlDataAdapter, etc.
The fetched records will be populated into a DataSet which will be used to populate the WebGrid in ASP.Net Core MVC.