Developer forum

Forum » Templates » Data List: Column value as template tag

Data List: Column value as template tag


Reply
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?

Replies

 
Reply
Hi,

I could really use some help on this one.

Sincerely,
Jonas

 

You must be logged in to post in the forum