Type: DataRow
A DataRow value that specifies the information describing the item.
<%# ItemData["LongDescription2"].ToString() %> <!-- display the LongDesription2 column --> <%# ItemData["StockCode"].ToString() %> <!-- display the Stockcode column As a String -->