This topic is locked

Dynamic URL creation in list view

2/19/2009 9:04:12 PM
ASPRunnerPro General questions
S
sfkjeld author

I have a Form view in an existing application, that I want to call from my ASP Runner list view. It will require a dynamic URL to be created in the list view. I tried using a column's URL Hyperlink Prefix setting. ie: http://mysite.org?RecNo=" & rs("Recno")
Of course, it doesn't work.
Is there another way to do this?

Sergey Kornilov admin 2/20/2009

Use http://mysite.org?RecNo= as a prefix.
If this doesn't help you can build more complicated URL setting 'View as' type of this field to 'Custom'.