afrausto
Posts: 66
|
| Posted: 02/01/2005, 4:03 PM |
|
Does anyone know how to add a fixed value to parameters of a Link Control?
I'm creating an Alphabetical Search menu, A B C D..., and would like to add a fixed value for the parameter to the links. For example, the href for link 'A' would be details.asp?s=A.
I can add the parameter for the Link Control through Href Source, but when I don't have the option to add a fixed value for the parameter, which in my case is 's'.
Does anyone know how to accomplish?
Thanks,
Albert
|
 |
 |
peterr
Posts: 5971
|
| Posted: 02/01/2005, 6:25 PM |
|
You can do this by specifying Source Type = Expression in your link's parameter, then for letter "a" use:
Parameter name=s
Parameter source=a
(although I'm not sure if the Paremeter source needs to be in quotes, like "a")
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|