Category - DataReader
01 Apr 2020 01 Apr 2020 0 Comments  21302 Views
Here Mudassar Ahmed Khan has explained with an example, how to use DataReader in ASP.Net Core.

DataReader will be used to fetch data from SQL Server Database in ASP.Net Core.
05 Feb 2019 05 Feb 2019 0 Comments  14912 Views
Here Mudassar Ahmed Khan has explained with an example, how to fetch (retrieve) data from Database using DataReader with C# and VB.Net.

This article will illustrate how to populate DataGridView with data from SQL Server Database using SqlDataReader and DataTable in Windows Forms (WinForms) Application with C# and VB.Net.
04 Feb 2019 04 Feb 2019 0 Comments  82570 Views
Here Mudassar Ahmed Khan has explained with an example, how to retrieve data from Database and display in TextBox in Windows Application (WinForms) using C# and VB.Net.

This article will illustrate how to fetch records (data) from SQL Server Database using SqlDataReader and then set the retrieved values in Windows Application (WinForms) using C# and VB.Net.
25 Jul 2015 25 Jul 2015 0 Comments  114745 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (fill) DataTable and DataSet using DataReader (SqlDataReader) in C# and VB.Net.
The DataTable and DataSet will be populated with records from the DataReader using Load method of the DataTable.
24 Jun 2015 04 Feb 2019 0 Comments  47944 Views
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) DataGridView using DataReader (SqlDataReader) in Windows Forms (WinForms) Application using C# and VB.Net.

Windows Forms DataGridView does not support DataReader (SqlDataReader) and hence when we try to bind DataGridView to DataReader (SqlDataReader), the DataGridView does not show any records.
05 May 2015 05 May 2015 0 Comments  98102 Views
Here Mudassar Ahmed Khan has explained how to convert / copy DataReader (SqlDataReader) data to DataTable and DataSet using C# and VB.Net.
The DataTable and DataSet will be populated with records from the DataReader using Load method of the DataTable.