Results 1 to 6 of 6

Thread: What is Data Binding?

  1. #1
    Join Date
    Dec 2009
    Posts
    17

    What is Data Binding?

    I am beginner programmer in the programming world. I have been studying the programming languages like C++, C sharp, Java , SQL and PHP. I have got a mini project to develop and main aim of it is to achieve data binding. I am not that much aware of data binding, what does data binding means and why we use it? Please help me.

  2. #2
    Join Date
    Dec 2009
    Posts
    17

    Re: What is Data Binding?

    The data binding is the very important and useful mechanism in the programming world. Data Binding is one of the strong principle of Object Oriented Programming. Data binding in C++ refers to the creating the data or variables as well as functions that will operate on this data into a single(one) unit and the unit is consider as a class. In simple words, data binding means grouping all the data together. It also known as hiding data. Hope your problem will be solved.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: What is Data Binding?

    I would say that data binding will provide a way for developers/programmers to make a read or write link between the controls on a form and the data in their application. Usually, data binding is used inside applications to get advantage of data stored in databases. The Windows Forms data binding helps you to access data from databases as well as data in other structures, such as arrays and collections. Hope you will understand the term Data Binding.

  4. #4
    Join Date
    Nov 2005
    Posts
    1,323

    Re: What is Data Binding?

    According to me, data binding is one of the principles of the Object Oriented Programming and it means, the ability to store data in variables for programming use. The simple example would be an integer: int age = 22, in this we are just binding the number '22' to the variable 'age'. A age can be substituted for 22 anywhere within the scope of that variable. In other words, data binding is grouping or binding all the data's together. Hope you will understand the concept of data binding.

  5. #5
    Join Date
    Apr 2008
    Posts
    1,948

    Re: What is Data Binding?

    I think that data binding is mainly about creating the connections between beans or objects, and about synchronizing the properties of two different objects. Data binding has the ability to store data in variables for program use. According to me, data binding is very interesting with the swing components, and this it have application objects, and you want to bind them to user interface components. By this, the UI components can show the values of those application objects.

  6. #6
    Join Date
    Apr 2008
    Posts
    2,005

    Re: What is Data Binding?

    I would give you knowledge/information about DataBinding with considering .Net language. Data Binding is a powerful feature which will allow visual elements in a client to connect to a data source such as DataSets, DataViews, Arrays etc. Some of the visual elements in the client can be TextBox, Datagrid etc. A two way connection is created such that any changes made to the datasource are reflected immediately in the visual element and vice-versa.

Similar Threads

  1. Gumbo FlexGlobals.topLevelApplication data binding issues
    By Latafat in forum Software Development
    Replies: 7
    Last Post: 17-07-2010, 12:07 AM
  2. How to break through ip plus mac binding?
    By Langward in forum Networking & Security
    Replies: 5
    Last Post: 24-03-2010, 02:12 AM
  3. Local culture setting ignored by Data binding
    By Bharat89 in forum Software Development
    Replies: 3
    Last Post: 04-12-2009, 05:30 PM
  4. early binding in a C++
    By Porfirioo in forum Software Development
    Replies: 5
    Last Post: 27-11-2009, 06:45 PM
  5. Late Binding in C#
    By Katty in forum Software Development
    Replies: 5
    Last Post: 27-11-2009, 10:09 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,042,460.89516 seconds with 17 queries