Hi Peter - thanks for helping but the following :
sBody += "<a
href='https://dev.onlineforms.phsa.ca/Ccsp/CcspConfirmRegistration.htm?Registrant='" + this.registrant.ToString() + ">Confirm Registration</a></p>";
still comes back with the Url below yet Debug returns (String) 67 for
'registrant' & the project builds without error
https://dev.onlineforms.phsa.ca/Ccsp...tm?Registrant=
-----------------------------------------------------------------
"Peter Duniho" wrote:
> On Sat, 05 Jul 2008 16:48:01 -0700, Chris D
> <(E-Mail Removed)> wrote:
>
> > Hi - can someone PLEASE tell me what's wrong with the script below. In
> > debug
> > I verified that 'registrant' has a value. I can't figure our how to
> > build the
> > URL & this script generates the error "operator + cannot be applied to
> > operands of type string & method group". MANY THANKS
>
> Put a pair of parens after "ToString". As in "registrant.ToString()".
>