I have this link to send in gmail:
"<br />< a href = '"
+ HttpContext.Current.Response.Redirect("CS_Activation.aspx?ActivationCode=",false)
+ "' >Click here to change your password.</a>";
When I do this code it gives me this error
Operator '+' cannot be applied to operands of type 'string' and 'void' C# WebMethod
Someone help please?