Oracle 5.0 Reference Manual page 1906

Table of Contents

Advertisement

Figure 20.62. Adding Save Code to the Form
4. Once the code has been added, save the solution and rebuild it. Run the application and verify that
changes made in the grid are saved.
20.2.4.6. Tutorial: Databinding in ASP.NET using LINQ on Entities
In this tutorial you create an ASP.NET web page that binds LINQ queries to entities using the Entity
Framework mapping.
If you have not already done so, install the World example database prior to attempting this tutorial.
See the tutorial
Data Source"
Creating an ASP.NET web site
In this part of the tutorial, you create an ASP.NET web site. The web site uses the World database.
The main web page features a drop down list from which you can select a country. Data about that
country's cities is then displayed in a grid view control.
1. From the Visual Studio main menu select File, New, Web Site....
2. From the Visual Studio installed templates select ASP.NET Web Site. Click OK. You will be
presented with the Source view of your web page by default.
3. Click the Design view tab situated underneath the Source view panel.
Connector/Net Tutorials
Section 20.2.4.5, "Tutorial: Using an Entity Framework Entity as a Windows Forms
for instructions on downloading and installing this database.
1886

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents