DataSource versus DataBindingSource

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGFvbG8=?=

    DataSource versus DataBindingSource

    I'm a bit confused about these two. What is the difference and in what
    circumstances would you use one or the other or both?

    Thanks
  • Mansi Shah

    #2
    Re: DataSource versus DataBindingSour ce


    I don't think there is any difference.

    Datasource is a collection of tables or data which you can bind to any
    control like grid or dropdownlist etc.

    Regards,
    Mansi Shah.

    *** Sent via Developersdex http://www.developersdex.com ***

    Comment

    • =?Utf-8?B?UGFvbG8=?=

      #3
      Re: DataSource versus DataBindingSour ce

      Manis: I have seen a BindingSource described as an intermediary between a
      collection (data source) and a grid or list control and providing an extra
      layer of abstraction, which implies differences with DataSources.

      "Mansi Shah" wrote:
      >
      I don't think there is any difference.
      >
      Datasource is a collection of tables or data which you can bind to any
      control like grid or dropdownlist etc.
      >
      Regards,
      Mansi Shah.
      >
      *** Sent via Developersdex http://www.developersdex.com ***
      >

      Comment

      Working...