I came to the part where I would like to pass the information from whatever item is clicked on in a ListView to another page
In fact,Just put a hyperlink bound with the primary key of the cetain Product, and when you click that, it will automatically guide you where you wanto go:
Sample:
<a href='<%#Eval("Id","Details.aspx?id={0}"%>'> Click Here To See Details……<a/>
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Access database with ListView, Want to send item clicked to another page.
Apr 16, 2012 01:58 AM|LINK
In fact,Just put a hyperlink bound with the primary key of the cetain Product, and when you click that, it will automatically guide you where you wanto go:
Sample:
<a href='<%#Eval("Id","Details.aspx?id={0}"%>'> Click Here To See Details……<a/>