Hi. I have a problem regarding listview control in asp.net and vb.net. I'm developing a web based application wherein the user will search for a topic and the search results will be displayed and bind in a listview. There's a link in a listview where users can click to view a file.
I want to get the selected value of each item in a listview after the user clicked the link.
Anyone knows how to do it?
Thanks.