Accessing Data Using Listing Controls

Accessing databases is commonly done to retrieve and display data in a Web application. As with all other Microsoft ASP.NET Web applications, an ASP.NET mobile Web Forms application can easily access databases for the same purposes.

Mobile Web Forms provide three mobile controls, List SelectionList, and ObjectList that you can use to display a large quantity of data from a database.

In This Section

This section describes how you can bind data to these controls.

For more information about data access, consult the following ASP.NET topics:

  • Accessing Data with ASP.NET
    Discusses how to access a SQL database.
  • Accessing Data with ADO.NET
    Discusses the architecture of, and how to program with, ADO.NET.
  • Inserting Data Into a SQL Database
    Provides a sample program that adds new rows of data to a SQL database.