Dynamic URL creation in list view |
2/19/2009 21:04:12 | |
| 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") |
||
|
|
Sergey Kornilov admin 2/20/2009 |
|
Use http://mysite.org?RecNo= as a prefix. |
|