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