I want to get and pass to another page a value from the listView column. The ListView fields: ID: 01; Name: Daniel; Field: field;
<%# Eval("campo").ToString() == "nada consta" ? "nada consta" : Eval("campo")
+ "<a href='Promocao.aspx'> ... + infos</a>"%>
When I click on "... + infos" I want to get the "ID" and "Name" and take it to another page.