Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make a link between Data Set and DB Grid
Message
From
11/06/2007 05:34:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
11/06/2007 04:20:00
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows 2000 SP3
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01231897
Message ID:
01231910
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform