Hi,
On my Edit page I would like to be able to access the values in an ASP code snippet so I can make a hyperlink next to the form object.
For example:
- TextBox *place custom link here
- Dropdown place custom link here
*where that link points to is determined by a code snippet of something like this.
If TextBox.value = "Google"
link points to google
else
link points to yahoo
End If
On the List page I double click on the Control and set it to custom and do something like strvalue = ...
Since that is not possible on the Edit page. I tried using $data, xt, request(''), and dal references. All no luck.
Thanks,
Antoni