Call Controller’s Action method with Parameters using JavaScript in ASP.Net MVC
Here Mudassar Khan has explained with an example, how to call Controller’s Action method with Parameters using JavaScript in ASP.Net MVC. The Controller’s Action method will be called with Parameters...
View ArticleUsing XmlHttpRequest (XHR) and AJAX in ASP.Net Core
Here Mudassar Khan has explained with an example, how to use XmlHttpRequest (XHR) and AJAX in ASP.Net Core MVC. This article will explain how to make a POST call to Controller’s Action method using...
View ArticleASP.Net Core: Call Controller Action using JavaScript
Here Mudassar Khan has explained with an example, how to call Controller Action using JavaScript in ASP.Net Core MVC. This article will explain how to make a POST call to Controller’s Action method...
View ArticleASP.Net Core: Using Multiple Submit Buttons in Razor Pages
Here Mudassar Khan has explained with an example, how to use multiple Submit Buttons inside Razor Pages in ASP.Net Core. Multiple Submit Buttons will be placed inside a single Form and each Button will...
View ArticleUsing Multiple Handler Methods in ASP.Net Core Razor Pages
Here Mudassar Khan has explained with an example, how to use multiple Handler Methods inside Razor Pages in ASP.Net Core. Multiple Submit Buttons will be placed inside a single Form and each Button...
View ArticleImplement TreeView in ASP.Net Core Razor Pages
Here Mudassar Khan has explained with an example, how to implement TreeView in ASP.Net Core Razor Pages. The TreeView will contain CheckBoxes and it will be populated from Database using Entity...
View ArticleCreate Layout Page in ASP.Net MVC
Here Mudassar Khan has explained with an example, how to use Layout Page in ASP.Net MVC Razor. The Layout Page of a View is used in scenario where there are multiple Views and there is some design...
View ArticleUsing _layout.cshtml in ASP.Net MVC
Here Mudassar Khan has explained with an example, how to use _layout.cshtml in ASP.Net MVC Razor. The Layout Page (_layout.cshtml) of a View is used in scenario where there are multiple Views and there...
View ArticleImplement Menu using Layout page in ASP.Net MVC
Here Mudassar Khan has explained with an example, how to implement Menu using Layout page in ASP.Net MVC Razor. A Responsive Menu will be populated inside the Layout page using Bootstrap in ASP.Net MVC...
View ArticleASP.Net Core MVC: Implement Menu using Layout page
Here Mudassar Khan has explained with an example, how to implement Menu using Layout page in ASP.Net Core MVC. A Responsive Menu will be populated inside the Layout page using Bootstrap in ASP.Net Core...
View ArticleBootstrap Registration Form in ASP.Net
Here Mudassar Khan has explained with an example, how to build a Registration Form using Bootstrap in ASP.Net. The Registration Form will contain the fields along with validations implemented using...
View ArticleNavigation Menu example in ASP.Net MVC
Here Mudassar Khan has explained with an example, how to implement Navigation Menu in ASP.Net MVC Razor. The Navigation Menu will be implemented inside Layout Page using Bootstrap in ASP.Net MVC Razor.
View ArticleUpdate Data into Database using Entity Framework in ASP.Net MVC
Here Mudassar Khan has explained with an example, how to update data into Database using Entity Framework in ASP.Net MVC Razor.
View ArticleInsert Data (Record) in Table using Entity Framework in C# ASP.Net
Here Mudassar Khan has explained with an example, how to insert data (record) in Table using Entity Framework in C#.
View ArticleUpdate Data (Record) in Table using Entity Framework in C#
Here Mudassar Khan has explained with an example, how to update data (record) in Table using Entity Framework in C#.
View ArticleInsert Data in Database using Entity Framework Database First Approach
Here Mudassar Khan has explained with an example, how to insert Data in Database using Entity Framework Database First Approach in ASP.Net MVC.
View ArticleUpdate Data in Database using Entity Framework Database First Approach
Here Mudassar Khan has explained with an example, how to update Data into Database using Entity Framework Database First Approach in ASP.Net MVC.
View ArticleCreate and use Layout Page in ASP.Net Core MVC
Here Mudassar Khan has explained with an example, how to create and use Layout Page in ASP.Net Core MVC. A Responsive Menu will be populated inside the Layout page using Bootstrap in ASP.Net Core MVC.
View ArticleUpload File with Web Service (ASMX) using jQuery AJAX in ASP.Net
Here Mudassar Khan has explained with an example, how to upload File with Web Service (ASMX) using jQuery AJAX in ASP.Net using C# and VB.Net. The Web Service (ASMX) will be used to upload and save...
View ArticleUpload file with Percentage Progress Bar using jQuery AJAX in ASP.Net
Here Mudassar Khan has explained with an example, how to upload File with Percentage Progress Bar using jQuery AJAX in ASP.Net using C# and VB.Net. The Generic Handler will be will be called using...
View Article