ASP.Net Core Razor Pages: Implement Searchable DropDownList using jQuery
Here Mudassar Ahmed Khan has explained with an example, how to implement Searchable DropDownList using jQuery in ASP.Net Core Razor Pages. The Searchable DropDownList will be populated from SQL Server...
View ArticleASP.Net Core Razor Pages: Multiple Selection DropDownList using jQuery...
Here Mudassar Ahmed Khan has explained with an example, how to implement multiple Selection DropDownList using jQuery Select2 plugin in ASP.Net Core Razor Pages. The multiple Selection DropDownList...
View ArticleASP.Net Core MVC: Using DataSet (DataTable) as Model in View
Here Mudassar Ahmed Khan has explained with an example, how to use a DataSet or DataTable as Model in View in ASP.Net Core MVC. Though it is not a good practice to use to use DataSet or DataTable as...
View ArticleASP.Net Core MVC: Export DataSet (DataTable) to Excel file
Here Mudassar Ahmed Khan has explained with an example, how to export DataSet or DataTable to Excel file in ASP.Net Core MVC. The data from the database is fetched using ADO.Net into a DataTable. Then...
View ArticleASP.Net Core: Read (Import) Excel file in ASP.Net Core MVC
Here Mudassar Ahmed Khan has explained with an example, how to read (import) Excel file in ASP.Net Core MVC. The uploaded Excel file data will be read using OLEDB library and the read data will be...
View ArticleASP.Net Core: Download Excel file in ASP.Net Core MVC
Here Mudassar Ahmed Khan has explained with an example, how to download Excel file in ASP.Net Core MVC. The data from the database is fetched using Entity Framework and then the data is downloaded as...
View ArticleASP.Net: Show images that are stored outside the Website Root Folder using C#...
Here Mudassar Ahmed Khan has explained with an example, how to show images that are saved (stored) outside the Website root folder (directory) in ASP.Net using C# and VB.Net. The Images will be fetched...
View ArticleASP.Net IIS: HTTP Error 404.13 The request filtering module is configured to...
Here Mudassar Ahmed Khan has explained how to solve the following error in ASP.Net application when hosted on IIS server. HTTP Error 404.13 - Not Found The request filtering module is configured to...
View ArticleSqlDataSource NULL Parameters: Pass NULL parameters to Stored Procedure using...
Here Mudassar Ahmed Khan has explained with an example, how to use NULL Parameters with SqlDataSource and how to pass NULL parameters to StoredProcedure using SqlDataSource in ASP.Net. In this article,...
View ArticleCancelSelectOnNullParameter property in ASP.Net SqlDataSource
Here Mudassar Ahmed Khan has explained with an example, how to use the CancelSelectOnNullParameter property in ASP.Net SqlDataSource. The CancelSelectOnNullParameter property is used to cancel the...
View ArticleCall (Consume) Third Party API in ASP.Net Core
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Third Party REST API in ASP.Net Core MVC. The Third Party REST API will be called using HttpClient class in ASP.Net Core MVC.
View ArticleASP.Net Core JSON Deserialization: Deserialize JSON in .Net Core
Here Mudassar Ahmed Khan has explained with an example, how to perform JSON Deserialization in ASP.Net Core. The JSON will be deserialized using NewtonSoft.Json library in ASP.Net Core.
View ArticleASP.Net Core: AngularJS, AJAX and JSON example in ASP.Net Core MVC
Here Mudassar Ahmed Khan has explained with an example, how to use AngularJS, AJAX and JSON in ASP.Net Core MVC. This article will illustrate how to call Controller’s Action method using AngularJS...
View ArticleASP.Net Core Google Charts: Google (Pie / Doughnut) Chart example with...
Here Mudassar Ahmed Khan has explained with an example, how to use, implement and populate Charts from database using Google Charts API in ASP.Net Core MVC. This article will illustrate how to populate...
View ArticleUpload and Download Files from Folder and Path in Database using Web API in...
Here Mudassar Ahmed Khan has explained with an example, how to upload (insert) and download (retrieve) Files from Folder (Directory) and Path in Database using Web API in ASP.Net MVC Razor. The Web API...
View Article.Net Core TLS 1.2: Using TLS 1.2 in ASP.Net Core
Here Mudassar Ahmed Khan has explained with an example, how to implement and use TLS 1.2 Security Protocol in ASP.Net Core MVC. This article will illustrate how to call a REST API using HttpClient and...
View ArticleContentResult .Net Core Example: Using ContentResult in ASP.Net Core MVC
Here Mudassar Ahmed Khan has explained with an example, how to use ContentResult in .Net Core. ContentResult return type is used for returning Content i.e. String, XML string, etc. from Controller to...
View ArticleCreating charts in ASP.Net Core
Here Mudassar Ahmed Khan has explained with an example, how to implement and populate charts from database using jQuery AJAX in ASP.Net Core MVC. The HTML 5 Canvas charts have been implemented in...
View ArticleFileContentResult .Net Core Example: Using FileContentResult in ASP.Net Core MVC
Here Mudassar Ahmed Khan has explained with an example, how to use FileContentResult in .Net Core. This article will illustrate how to download files using FileContentResult class in ASP.Net Core MVC....
View ArticleFileStreamResult .Net Core Example: Using FileStreamResult in ASP.Net Core MVC
Here Mudassar Ahmed Khan has explained with an example, how to use FileStreamResult in .Net Core. This article will illustrate how to download files using FileStreamResult class in ASP.Net Core MVC....
View Article