Hi ,
I am facing a scenario where i need to redirect to another module with multiple parameters. I tried with the single parameter using
Response.Redirect(EditUrl(
"StrName", str, "Page2"), True)
This works fine with one parameter "StrName".
Is there any way we can pass multiple parameters in DNN Module?
Your help will be appreciated.
Thanks
Vijay