Have you ever thought of using RecordSet in JavaScript? It turns out that the client operation data can also be simple, define a data source, bind the data on a variety of tags, implement application-like effect, cool! (First of all, the content of the article is all from MSDN, but it is concluded with my own words.)
Let's take a look at these two examples:
Http://msdn.microsoft.com/Workshop/samples/author/databind/dbevts.htm
Http://msdn.microsoft.com/workshop/samples/author/databind/dbupdate.htm
I have to admire Microsoft again.
This is the architecture of DataBinding:
Of course, the data binding has the following steps:
In the first step, define the data source from IE4.0, support the following four data sources:
Tabular Data Control (TDC)
TDC provides a simple way to access text data with format, usually CSV files. Here is a simple example: