




























































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This programming course teaches different programming concepts with respect to C Sharp Programming. Key points of this lecture are: Ado.Net Tools, Wizards, Data Sources Window, Configuring a Data Source, Creating Bound Control, Illustration, Actions Performed, Bindingsource, Bindingnavigator, Dataset
Typology: Slides
1 / 68
This page cannot be seen from the preview
Don't miss anything!





























































Connect to a database
Create a new connection or select an existing one
Select the database filename
Configured connection
Save the connection string
Select the objects to include
The BindingSource was new to .NET 2. One purpose is to provide currency (current record) management DataSets and DataTables do not provide currency management It’s methods are used to locate a record in a particular DataTable The BindingSource can also be used to add, change, and delete list items Changes are propagated to the underlying data source ( DataSet and DataTable )