I\'m trying to redirect to another page by calling an action in controller with a specific parameter. I\'m trying to use this line:
window.open(\'<%= Url.
One more thing that can be done, no so clean i guess:
var url = "@Url.RouteUrl(new { area = string.Empty, controller = "Survey", action = "Report" })"; var fullUrl = url + '?id=' + selectedRow;