DHTML Data Binding With TDC
DHTML Data Binding With TDC
• 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)
• Data file
– Header row
• Specifies the names of the columns below
– Text qualifiers ( @ )
• Enclose data in each field
– Field delimiter ( | )
• Separate each field
– Recordset
introdatabind.html
(4 of 4)
• Filtering
– Selecting data that meets a specific criteria
– Combined with TDC provides powerful data rendering