Hi, could you please tell me how to assign a value to the QueryString in global event.
Thanks.
Use C# code:
Request.QueryString["parameterName"] = HtmlEncode("your value");
Please, sign in to be able to submit a new answer.