180 likes | 361 Views
Dynamic HTML: Data Binding with Tabular Data Control. Introduction. Data binding Data no longer reside exclusively on the server Data can be maintained on the client Eliminate server activity and network delays Data Source Objects (DSOs) Tabular Data Control (TDC). Simple Data Binding.
E N D
Introduction • Data binding • Data no longer reside exclusively on the server • Data can be maintained on the client • Eliminate server activity and network delays • Data Source Objects (DSOs) • Tabular Data Control (TDC)
Simple Data Binding • Data file • Header row • Specifies the names of the columns below • Text qualifiers ( @ ) • Enclose data in each field • Field delimiter ( | ) • Separate each field • Recordset
Binding to a table • Binding data to a table is perhaps the most important of data binding • Different from the data binding we’ve seen
Sorting table Data • Manipulate a large data source • Need to sort data • Can be accomplished by the Sort property of the TDC