nandhinijp 3 Junior Poster in Training

Hi,
I am developing one online store site.I want to place all the orders through mail.I know the basic mail concepts its working good.But here ,
I have one orderid that contains many items
Like below
ID Orderid itemcode itemimage Qty username date
34 OrderID-00017 E102 E102.JPG 1 nandhini 19/03/2008
35 OrderID-00017 E103 E103.JPG 2 nandhini 19/03/2008
36 OrderID-00017 E107 E107.JPG 1 nandhini 19/03/2008

These things displayed in grid view and stored in one table.I want to send all these details in one mail.Is it possible.and also using this image name getting corresponding image from folder and diaplay that image also.

I am using alternate view and linkedresource. In inbox i have only attachment.If i click that attachment photo only displayed.One order contains one or more items Ex i have given 3 items in one order.I dont how to send all these details in one email?Please tell me..