Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 1st, 2004, 04:40 AM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 550
Thanks: 0
Thanked 1 Time in 1 Post
Default Hi Charul thanks

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




__________________
Regards
Mike









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.