This topic is locked
[SOLVED]

 Session Variable

3/21/2017 4:24:39 PM
ASPRunnerPro General questions
J
jawendell author

I have a field in a table that is edited as a text field and viewed as a hyperlink, with a URL prefix set. I would like to add the Session("UserID") value to the URL before the link is clicked on. I have also tried doing this making it a field that is edited as a text field and viewed as html. In that case I tried to access the Session("UserID") as part of the html string stored in the field. So far I have not been able to get it to work either way. Is this possible?
Thanks,
Jerome A. Wendell

admin 3/22/2017

I think you should use 'View as' Custom and build a custom URL that includes that session variable as a parameter.

J
jawendell author 3/22/2017



I think you should use 'View as' Custom and build a custom URL that includes that session variable as a parameter.


Sergey,
Thank you very much for the tip. I really appreciate it. That did the trick and it is now working the way that I wanted.
Thanks,
Jerome A. Wendell