Hi Friends
I need help. In the shopping cart project (IBuyAdventure), we use datalist and in that we use itemtemplate hyerlink and relate its navigate URL to a page + the text so that in browser it looks like this:
http://p2p.wrox.com/post.asp?FORUM_ID=116
here say FORUM_ID is the text of hyperlink i.e
text '<%#Container.DataItem("FORUM_ID")%>' and in the navigate URL we add this to get the text displayed in the browser.
Now the question is, how do I display the products ID related to this number, eg if I have to display the list of topics where FORUM_ID=116 in a new page, how can I do that.
Please explain using
VB.net as back end and not C#.
Thanks
Mike