Hi,
I have a table with the columns ID, Name, Adress, etc and want to show this output in a list and make a link to another page like this:
Pseudo:
<a href="Info.aspx?ID=<!--@Row.ID-->"><!--@Row.Name--></a>
This is not possible, since only the actual column value of the current column loop is given.
Is there anyway to work around this so all the columns of the rows is available at the same time?
Developer forum
Data List: Column value as template tag
Replies
You must be logged in to post in the forum