ASP.NET(vb.net) & GridView Control The GridView displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items in ASP.NET 2.0 or later.
GridView Icon Control.
This a sample create GridView and display the value from AccessDataSource.
Create ASP.NET Web site.
Drag control GridView to ASP.NET Web Form and Click GridView Tasks -> Choose Data Source
Choose a Data Source Type : Select Access Database and Specify an ID for the data source.
Choose a Database Path of Microsoft Access data file:
Configure the Select Statement.
Test Query and Click Finish
Disign View On Visual Studio
Screeshot
.
.
.
Download this script.
.
.
.
Others related articles
ASP.NET(vb.net) & GridView - DataBind & DataSource
ASP.NET(vb.net) & GridView - AlternatingRowStyle
ASP.NET(vb.net) & GridView - TemplateField
ASP.NET(vb.net) & GridView - DataBound
ASP.NET(vb.net) & GridView - AllowSorting
ASP.NET(vb.net) & GridView - AllowPaging/Pagination
ASP.NET(vb.net) & GridView - AllowSorting and AllowPaging/Pagination
ASP.NET(vb.net) & GridView - FindControl
ASP.NET(vb.net) & GridView - DataSet,DataTable,TableRow
ASP.NET(vb.net) & GridView - RowCommand
ASP.NET(vb.net) & GridView - XML
ASP.NET(vb.net) & GridView - Visual Studio 2005,2008,2010 (Fx 2.0,3.5,4.0)
ASP.NET(vb.net) & GridView - Microsoft Access (.mdb) - System.Data.OleDb
ASP.NET(vb.net) & GridView - SQL Server 2000,2005,2008 - System.Data.SqlClient
ASP.NET(vb.net) & GridView - MySQL Database - MySql.Data.MySqlClient
ASP.NET(vb.net) & GridView - Oracle Database - System.Data.OracleClient
2bathroom…
…