Hi,
Yes, this is possible, and I remember I already did this with one login application I built. I used a datatable to represent my data, and for the datatable I added a column containing the hyperlinks. Then, I simply had an if-else block that puts in the correct url depending on a certain row cell's value.
Cheers!
Marlon
|