[SOLVED] a href in List Page with a column value |
1/27/2016 09:41:15 | |
| ASPRunner.NET General questions | ||
|
C
ccvvccc author
Hello everybody, |
||
|
|
jadachDevClub member 1/27/2016 |
|
I'm sure there are multiple ways to do this, but the way I do it is to add a new column in the SQL editor. I then display as HTML. |
|
|
C
|
ccvvccc author 1/28/2016 |
|
I'm sure there are multiple ways to do this, but the way I do it is to add a new column in the SQL editor. I then display as HTML.
|
|
|
|
Sergey Kornilov admin 1/28/2016 |
|
Set 'View as' type of any column to 'Custom'. In this code you can reference any other field from the same record as data["FieldName"]. |
|
|
|
jadachDevClub member 1/28/2016 |
|
Another option is using a case statement right in the sql editor as well. (if it makes sense) |
|
|
C
|
ccvvccc author 2/1/2016 |
|
Thanks for the answers. I have solved as you both suggested |
|