Data Binding : DIV Element
Description: DIV is an HTML element that contains other HTML. There are three types of divisions: normal, relatively positioned, and absolutely positioned. Data binding is supported for all three type
February 18, 2002
Description: DIV is an HTML element that contains other HTML. There are three types of divisions: normal, relatively positioned, and absolutely positioned. Data binding is supported for all three types.
More Details
Data binding binds the content of a DIV element to the data from a column in the data set. The column can contain either plain text or HTML. To render HTML, the DIV tag must include the DATAFORMATAS="html" attribute.
A DIV element can be bound to a column of the current record of a data set. An example is shown in the demo.
Browser/Platform Compatibility
Databinding is supported in Microsoft Internet Explorer 4 and greater.
About the Author
You May Also Like