Quickfix99
Technical User
I am having trouble getting the syntax correct for passing a variable into a URL from a Hyperlink field.
I have a string variable named MAPIMAGE. I would like to pass it to the URL after the "IMAGE=" section, then, get the next paramater from a table value.
How can I do this?
DataNavigateUrlFormatString="~/PropInfo.aspx?IMAGE=MAPIMAGE&PID={0}"
I would like the URL to look like this:
Thanks in advance,
QF
I have a string variable named MAPIMAGE. I would like to pass it to the URL after the "IMAGE=" section, then, get the next paramater from a table value.
How can I do this?
DataNavigateUrlFormatString="~/PropInfo.aspx?IMAGE=MAPIMAGE&PID={0}"
I would like the URL to look like this:
Thanks in advance,
QF