Does WinForms have a DataSource control like the one in ASP.NET 2.0

Is there ASP.NET 2.0 DataSource Control equivalent in WinForms?

[66 byte] By [Jacobus] at [2008-1-25]
# 1
Hi,
I haven't tried ASP .net. But C# has a datasource (It may be termed as a project DataSource) Goto Data->Show DataSources or press SHIFT+ALT+D. Just follow the wizard to create a datasource...

cheers,
Paul June A. Domag

PaulDomag at 2007-8-21 > top of Msdn Tech,.NET Development,.NET Framework Data Access and Storage...
# 2
This create a DATASET in code, I am looking for a DataSource control ala Data block.

Jacobus

Jacobus at 2007-8-21 > top of Msdn Tech,.NET Development,.NET Framework Data Access and Storage...
# 3
Jacobus,

The ASP.NET DataSource objects are designed to simplify the process of displaying the results of queries, modifying those results and submitting changes back to the database. In Windows Forms, this scenario is already straightforward through the use of DataSets and DataAdapters, so there is no direct equivalent of the ASP.NET DataSource objects.

I hope this information proves helpful.

David Sceppa
Microsoft

DavidSceppa at 2007-8-21 > top of Msdn Tech,.NET Development,.NET Framework Data Access and Storage...

.NET Development

Site Classified