I have a DataView that displays items databound from a SELECT query.
ID,Description,Date
I want to create a hyperlink on the Description, so it posts back with the ID as part of a URL.
For example, the ID,Description might be:
25, "Customer Satisfaction Survey".
I'd like to change the text of the Description to "<a href="Default.aspx?command
=display&i
d=25">Cust
omer Satisfaction Survey</a>
I'm having trouble finding out how to read the data from the cell immediately after the row has databound.
Start Free Trial