Hi Charul
Thanks for the previous response regarding sending e-mail which was really simple. Can you help me with one more issue. I am taking help from Wrox books. I am trying to use the concept of IBuyAdventure a shopping cart in this book.
I have create a datalist which displays names of various items in a shopping cart and when I click the itemTemplate hyperlink, I want to open the assosicated products in a new datalist. For e.g.
<asp:datalist1>
<ItemTemplate>
<asp:hyperlink text= '<%#Container.DataItem("ProdName")%>' navigateUrl= "products.aspx?ProductID=+Container.DataItem("Prod Name")"/>
When I click on the hyerlink, this directs me to the products.aspx page and also gives the name of the product like:
http://products.aspx?ProductID=Mike (If I click on Mike)
Now based on the ProductID, I was to display the product details in a new datalist like Products book has 3 books 1,2,3 with three images. How do I related the ProductID displayed in the brwoser to display the products details in the new datalist.
Just check the link of the current Wrox webpage in the browser right now there is a FORUM_ID there (
http://p2p.wrox.com/post.asp?method=Topic&FORUM_ID=64)
Thanks
Mike