Creating a DataTable from a DataReader in ASP.NET

Although, there are many ways to create a DataTable object, in this article I will explain Creating a DataTable from a DataReader object. To begin with, first I will explain the DataReader object in brief. DataReader in ADO.NET Basically, a DataReader object in ADO.NET represents the connected approach of data access. A DataReader object provides read-only and forward-only …

Edit a Record Using DataGrid Control in ASP.NET

The following example demonstrates how to Edit a Record Using DataGrid Control in ASP.NET. Before proceeding further, you can go through these examples on DataGrid control that I have posted earlier. CRUD Operations with DataGrid in ASP.NET Creating Columns in a DataGrid Control Insert a Record Using ItemCommand Event in DataGrid Meanwhile, we use a TemplateColumn as before …

Code Render Block in ASP.NET

Examples of Using Code Render Block: https://www.programmingempire.com/examples-of-using-code-render-block-in-asp-net/ This article describes Code Render Block in ASP.NET. Basically, a Code Render Block in ASP.NET refers to the inline code that we use in the ASPX page along with server-side and client-side tags. What is Code Render Block? Basically, a code render block is a block containing programming statements within a …

ASP.NET Core Features and Advantages

In this post on ASP.NET Core Features and Advantages, I will discuss the core features of ASP.NET technology that make it a choice for web developers. ASP.NET Core Basically, ASP.NET Core is another version of ASP.NET. Also, it is open-source and available on Windows, Linux, and MacOS platform. The following section describes ASP.NET Core Features and Advantages. ASP.NET Core Features Open-Source Excellent Performance Support for Containerization Several Hosting Options Dependency …