Category - MVC
Results 41 - 60 of 1069
03 Jan 2023 03 Jan 2023 0 Comments  3371 Views
Here Mudassar Khan has explained with an example, how to use Web API without Entity Framework in ASP.Net Core MVC.

This article makes use of ADO.Net as an alternative to Entity Framework for connecting Web API to SQL Server database.
03 Jan 2023 03 Jan 2023 0 Comments  1242 Views
Here Mudassar Khan has explained with an example, how to use Web API without Entity Framework in ASP.Net MVC.

This article makes use of ADO.Net as an alternative to Entity Framework for connecting Web API to SQL Server database.
02 Jan 2023 02 Jan 2023 0 Comments  4814 Views
ASP.Net  Excel  HTML  Table  MVC  Core
Here Mudassar Khan has explained with an example, how to export HTML Table data to Excel file in ASP.Net Core MVC.
29 Dec 2022 02 Jan 2023 0 Comments  1060 Views
ASP.Net  Excel  HTML  Table  MVC
Here Mudassar Khan has explained with an example, how to export HTML Table data to Excel file in ASP.Net MVC.
25 Dec 2022 25 Dec 2022 0 Comments  868 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to PDF file in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to PDF file in ASP.Net Core MVC.
25 Dec 2022 25 Dec 2022 0 Comments  567 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Word document in ASP.Net Core MVC.
22 Dec 2022 22 Dec 2022 0 Comments  837 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Word document in ASP.Net MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Word document in ASP.Net MVC.
20 Dec 2022 20 Dec 2022 0 Comments  1094 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to Excel file in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the WebGrid will be sent as HTML string to the Controller which will be exported to Excel file in ASP.Net Core MVC.
19 Dec 2022 19 Dec 2022 0 Comments  707 Views
Here Mudassar Khan has explained with an example, how to export WebGrid to CSV (Text) file in ASP.Net Core MVC.

The WebGrid will be populated from database using Entity Framework and then the records from the database will be exported and downloaded as Microsoft CSV (Text) file in ASP.Net Core MVC.
14 Dec 2022 14 Dec 2022 0 Comments  941 Views
Here Mudassar Khan has explained with an example, how to use SqlDataReader in ASP.Net Core MVC.

The records from the Database table will be read using SqlDataReader and then copied into the Generic List collection of class objects, which is later used for populating HTML Table in ASP.Net Core MVC.
13 Dec 2022 13 Dec 2022 0 Comments  1155 Views
Here Mudassar Khan has explained with an example, how to use SqlDataReader in ASP.Net MVC.

The records from the Database table will be read using SqlDataReader and then copied into the Generic List collection of class objects, which is later used for populating HTML Table in ASP.Net MVC.
09 Dec 2022 09 Dec 2022 0 Comments  935 Views
Here Mudassar Khan has explained with an example, how to implement SqlDataAdapter in ASP.Net Core MVC.

The records from the Database Table will be fetched using SqlDataAdapter.

Then the fetched records will be populated into a DataSet which will be used to populate the HTML Table in ASP.Net Core MVC.
09 Dec 2022 09 Dec 2022 0 Comments  1032 Views
Here Mudassar Khan has explained with an example, how to implement SqlDataAdapter in ASP.Net MVC.

The records from the Database Table will be fetched using SqlDataAdapter.

Then the fetched records will be populated into a DataSet which will be used to populate the HTML Table in ASP.Net MVC.
09 Dec 2022 09 Dec 2022 0 Comments  1204 Views
Here Mudassar Khan has explained with an example, how to display data from Database using ADO.Net in ASP.Net Core MVC.
09 Dec 2022 09 Dec 2022 0 Comments  1249 Views
Here Mudassar Khan has explained with an example, how to display data from Database using ADO.Net in ASP.Net MVC.
07 Dec 2022 07 Dec 2022 0 Comments  1063 Views
Here Mudassar Khan has explained with an example, how to bind DataTable (DataSet) to WebGrid in ASP.Net Core MVC.

The DataTable (DataSet) will be populated from Database Table using ADO.Net and then, used for populating WebGrid in ASP.Net Core MVC.
06 Dec 2022 06 Dec 2022 0 Comments  906 Views
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.
05 Dec 2022 05 Dec 2022 0 Comments  2331 Views
ASP.Net  MVC  WebGrid  Grid  Core
Here Mudassar Khan has explained with an example, how to use MVC6 Grid in ASP.Net Core MVC.
05 Dec 2022 05 Dec 2022 0 Comments  1086 Views
Here Mudassar Khan has explained with an example, how to populate (bind) WebGrid using Stored Procedure and Entity Framework in ASP.Net Core MVC.

The Stored Procedure will be called using Entity Framework in ASP.Net Core MVC.
30 Nov 2022 30 Nov 2022 0 Comments  985 Views
Here Mudassar Khan has explained with an example, how to pass parameter to Stored Procedure using Entity Framework in ASP.Net Core.

The Stored Procedure is called with parameter using the FromSql function of Entity Framework in ASP.Net Core.
Results 41 - 60 of 1069