What is the correspondence to SqlDataSource in windows

T

Tony Johansson

Hello!

The SqlDataSource Class is a part of System.Web Assembly and used by
data-bound controls in ASP.NET

Can somebody tell me what is the nearest correspondence to SqlDataSource in
windows
form

//Tony
 
G

Gregory A. Beamer

The SqlDataSource Class is a part of System.Web Assembly and used by
data-bound controls in ASP.NET

Can somebody tell me what is the nearest correspondence to
SqlDataSource in windows
form

SqlDataSource is a wrapper class that takes away all of the data
programming in data binding, by making every declarative. There is no
direct analog in Windows Forms programming.

Overall, I am not fond of the DataSource classes, as they tightly couple
the user interface to the application.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top