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
|
|
0
|
|
|
|
Reply
|
Tony
|
12/16/2009 8:59:55 PM |
|
"Tony Johansson" <johansson.andersson@telia.com> wrote in
news:fTbWm.13647$U5.204106@newsb.telia.net:
> 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! |
*******************************************
|
|
0
|
|
|
|
Reply
|
Gregory
|
12/17/2009 8:25:25 PM
|
|