The basic concept of displaying data from a database is an essential core concept of ASP.Net. At that core, we have the GridView, which is one of the most used Table-type display devices in ASP.Net Here, we will show the basic code needed to get this accomplished on an ASP.Net web page and since the […]
The first thing you need to do when accessing data, of course is to create a connection to the database. For this entire tutorial, we’ll use SQL Server for the database, but it can be done with most OleDB databases also. Naturally, we’ll use/import the necessary namespaces (Sytem.Data and System.Data.SQLClient). In VB, we’ll use the […]
All Things DotNet Discussed – Winforms/ASP.Net/SharePoint/WPF