1
I want to get and move 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 user click on "... + Infos" I want to take the "ID" and the "Name" and take to another page.
Have tried using a linkbutton and in the URL get the ID value through EVAL()?
– Pedro Filipe
I edited to better explain the problem @Pedrofilipe
– Daniel
Possible duplicate of Linkbutton with Eval Listview Asp.net
– novic