I have created a form that is web-enabled, but I had to find out the hard way
that image control is not available for web-enabled forms. I am creating a
simple shopping cart type form that gets a list of Item,prices and image
from a sharepoint list. I can display the data fine in repeating table, but the pictures cannot be
displayed since image control is not allowed. i have to display image without writing any custom code.
Please help me,