What is Data Binding?
•
Data binding
is a process by which information in a
data source is stored as an object in
computer memory.
•
Data
binding can be used with a wide variety of
possible
data sources
, from complex databases to
simple text files. In this case, the data source is
an XML
document.
•
Data
from the XML document is bound with elements
in an
HTML document
. When the page is rendered by a
browser, the data from the XML document
is
automatically
inserted into the Web
page.