|
|
Browse by Tags
All Tags » asp.net 2.0 » display data (RSS)
-
This tutorial will show you how to display data using ASP.NET 2.0, a repeater control and VB.NET
The Repeater control is a powerful tool and is easy to use.
First, you will need to import the System.Data.SqlClient namespace.
The System.Data.SqlClient namespace contains the SqlCommand and SqlConnection classes that we need in order to connect to ...
|
|
|