ASP.NET(vb.net) & FormView Control
The FormView is displays the values of a single record from a data source using user-defined templates. The FormView control allows you to edit, delete, and insert records. This example code can to Applied .NET Technology for ASP.NET 2.0 or later.
FormView Icon Control.
This a sample create FormView and display the value from AccessDataSource.
Drag control FormView to ASP.NET Web Form and Click FormView Tasks -> Choose Data Source -> <New 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
Screenshot
.
.
.
Download this script.
Others related articles
ASP.NET(vb.net) & FormView - DataBind & DataSource
ASP.NET(vb.net) & FormView - ItemTemplate
ASP.NET(vb.net) & FormView - DataBound
ASP.NET(vb.net) & FormView - AllowPaging/Pagination
ASP.NET(vb.net) & FormView - XML
ASP.NET(vb.net) & FormView - DataSet,DataTable,TableRow
ASP.NET(vb.net) & FormView - Edit/Update
ASP.NET(vb.net) & FormView - Add/Insert
ASP.NET(vb.net) & FormView - GridView
ASP.NET(vb.net) & FormView - DataList
ASP.NET(vb.net) & FormView - Visual Studio 2005,2008,2010 (Fx 2.0,3.5,4.0)
ASP.NET(vb.net) & FormView - GridView - Visual Studio 2005,2008,2010 (Fx 2.0,3.5,4.0)
ASP.NET(vb.net) & FormView - DataList - Visual Studio 2005,2008,2010 (Fx 2.0,3.5,4.0)
ASP.NET(vb.net) & FormView - Microsoft Access (.mdb) - System.Data.OleDb
ASP.NET(vb.net) & FormView - SQL Server 2000,2005,2008 - System.Data.SqlClient
ASP.NET(vb.net) & FormView - MySQL Database - MySql.Data.MySqlClient
ASP.NET(vb.net) & FormView - Oracle Database - System.Data.OracleClient