Data Binding in Internet Explorer

Internet Explorer specializes in data binding. With data binding, you can connect the data in documents to an ActiveX Data Object (ADO) database and work with that data in an easy way. This technique is useful because data from a database can be sent as an XML document over the Internet and immediately converted back to a database in the browser. This means that programmers familiar with database programming can concentrate on using database methods, not DOM methods .

I'll take a look at data binding in Internet Explorer in general first. Then I'll work specifically with XML documents in this chapter. There are two parts to working with bound data in Internet Explorer: using Data Source Objects (DSOs) and binding data to the HTML elements in a Web page.

For More on Data Binding

You can find information about data binding in Internet Explorer at http://msdn.microsoft.com/workshop/c-frame.htm#/workshop/author/default.asp.



Real World XML
Real World XML (2nd Edition)
ISBN: 0735712867
EAN: 2147483647
Year: 2005
Pages: 440
Authors: Steve Holzner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net