Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What is the correspondence to SqlDataSource in windows

1 view
Skip to first unread message

Tony Johansson

unread,
Dec 16, 2009, 3:59:55 PM12/16/09
to
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


Gregory A. Beamer

unread,
Dec 17, 2009, 3:25:25 PM12/17/09
to
"Tony Johansson" <johansson...@telia.com> wrote in
news:fTbWm.13647$U5.2...@newsb.telia.net:

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! |
*******************************************

0 new messages