Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make a link between Data Set and DB Grid
Message
De
11/06/2007 05:34:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
11/06/2007 04:20:00
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows 2000 SP3
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01231897
Message ID:
01231910
Vues:
9
>Dear Experts,
>
>i m very new to .NET application (On the process of Migrate my VFP application to .Net),
>i want to create a data entry application in .Net using DB Grid,
>i have created .net project and i made a connection to SQL server using OLE DB Connection
>and Data Set. now i want to fill DB Grid with data.
>
>Can any body hlep me how to make a link between Data Set and DB Grid.
>
>Thanks ain advance
>
>Regards
>Abdulla

In code generally it's:

myDataGrid.DataSource = myDataSet;

You can however do this w/o a single line of code in VS. Add your data source and from data source drag&drop the title of your table on to form. It'd create the grid for you with bindings. For a more through step by step on how this is done check WalkThroughs.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform