bijukumar.r-gmail
-
1/21/2011 4:56:05 AM
product transformations
hi,
i created a document type names "item1",added the fields,transformations.
added a new page and created a item1 type document. i filled the values in form including item1 image.
but when i display this in product datatlist i didnt get any product vales like ProductName,ProductDescriptionin the products page.i only get the image .
<table> <tr> <td colspan="2"><img src="<%# Eval("SKUImagePath") %>" width="160px" height="114px"/></td> </tr> <tr> <td><%# Eval("ProductType") %></td> </tr> <tr> <td><%# Eval("ProductName") %></td> </tr> <tr> <td><%# Eval("ProductDescription") %></td> </tr> <tr> <td><%# Eval("DisplayApplications") %></td> </tr> </table>
|