vote up 2 vote down star

What is a data binding?

flag

25% accept rate

3 Answers

vote up 4 vote down

Binding generally refers to a mapping of one thing to another - i.e. a datasource to a presentation object. It can typically refer to binding data from a database, or similar source (XML file, web service etc) to a presentation control or element - think list or table in HTML, combo box or data grid in desktop software.

You generally have to bind the presentation element to the datasource, not the other way around. This would involve some kind of mapping - i.e. which fields from the datasource do you want to appear in the output.

For more information in a couple of environments see:

link|flag
vote up -2 vote down

Dear me, I have a question.

Why me, do ask away! I surely have the answer for myself!

edit for the sarcasm impared: This is a statement, not a question. And who would up this other than this guy's buddies? This smells.

editing the edit: Really? Really? That seems kinda... weird. Ask a question and answer it yourself? Sounds more like an FYI than a question. Formatting a FYI as a question in order to shoehorn it onto the website seems ... kludgy. Like what you do when your software doesn't allow you to do what you want, so you put comments about the customer in the 2nd phone number textbox.

link|flag
vote up 0 vote down

@Will It's actually a good practice. It's aproved by the creators of SO. though i personally think the question itself doesnt merit so many upvotes, thats another subject.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.