CyberStore E-Payment 2023 Documentation
ItemData Property
Example 


Dovetail.Ecommerce.Controls Namespace > CatalogItemDetailControl Class : ItemData Property
Gets or sets the information describing the item.

Property Value

Type: DataRow

A DataRow value that specifies the information describing the item.

Remarks
The ItemData property is a single element that contains all detail information about an Item as stored in the Item database. As a DataRow typed property each value in the row can be accessed individually by referencing it by a specific column name from the ITM_Item table of the CyberStore database.
Example
<%# ItemData["LongDescription2"].ToString() %> <!-- display the LongDesription2 column -->

<%# ItemData["StockCode"].ToString() %> <!-- display the Stockcode column As a String -->
See Also

Reference

CatalogItemDetailControl Class
CatalogItemDetailControl Members