Nested GridView Example in ASP.Net using C# and VB.Net
Here Mudassar Khan has explained with an example, how to build a Nested GridView i.e. GridView inside GridView in ASP.Net using C# and VB.Net.
View ArticleASP.Net MVC DropDownListFor Default Value: Set Default Selected Value for...
Here Mudassar Khan has explained with an example, how to set Default Selected Value for DropDownList using the DropDownListFor Helper method in ASP.Net MVC Razor.
View ArticleRegisterStartupScript: Call JavaScript function with parameters in ASP.Net
Here Mudassar Khan has explained with an example, how to call JavaScript function with parameters from Code-Behind using ClientScript.RegisterStartupScript method in ASP.Net using C# and VB.Net.
View ArticleCall JavaScript function from Code Behind on Button Click in ASP.Net using C#...
Here Mudassar Khan has explained with an example, how to call JavaScript function from Code-Behind on Button Click in ASP.Net using C# and VB.Net.
View ArticleAjax Control ToolKit HoverMenuExtender Tutorial with example in ASP.Net
Here Mudassar Khan has explained a simple tutorial with an example, how to implement ASP.Net AJAX HoverMenuExtender control of the ASP.Net Ajax Control Toolkit Library using C# and VB.Net.
View Article.Net 4.8: ValidateRequest = 'false' not working in ASP.Net
In this tutorial, we will walk through a practical example to solve the problem of ValidateRequest = 'false' not working in .Net 4.8 in ASP.Net.
View ArticleASP.Net MVC: GridView (Grid) Example
Here Mudassar Khan has explained a simple tutorial with an example, how to display data from database in GridView (Grid) format in ASP.Net MVC 5.
View ArticleCall Controller with Parameter on Button Click in ASP.Net MVC
Here Mudassar Khan has explained with an example, how to call Controller's Action method with Parameter on Button Click in ASP.Net MVC Razor.
View ArticleUsing the OnPost handler method in ASP.Net Core Razor Pages
Here Mudassar Khan has explained with an example, how to use the OnPost handler method in ASP.Net Core (.Net Core 8) Razor Pages.
View Article.Net 4.8: Using ExecuteReaderAsync method of SqlDataReader in ASP.Net
In this tutorial, we will walk through a practical example of how to use ExecuteReaderAsync method of SqlDataReader in ASP.Net Web Forms ( .Net Framework 4.8) in Visual Studio 2026.
View Article.Net 4.8: Using async and await with Page Load event in ASP.Net Web Forms
In this tutorial, we will walk through a practical example of how to use async and await with Page_Load event in ASP.Net Web Forms ( .Net Framework 4.8) in Visual Studio 2026.
View Article.NET 10: Uploading Multiple Large Files using AJAX in ASP.NET Core
Here Mudassar Khan has explained
View ArticleASP.Net MVC: Should always Controller action methods be made async?
Here Mudassar Khan has explained
View Article.Net 4.8: Using async and await in ASP.Net MVC
In this tutorial, we will walk through a practical example of how to use async and await in ASP.Net MVC ( .Net Framework 4.8) in Visual Studio 2026.
View Article[Solved] ValidateRequest = 'false' not working in .Net 4.8 in ASP.Net
Here Mudassar Khan has explained
View Article