I am using the below script to redirect to a diff page, it works fine with all browsers except chrome.
can you please tell me, how to redirect on chrome.
Dim RedirPageUrl As String = "myorderpage.aspx?ID=" & Session("FileModuleID") & ""
ClientScript.RegisterClientScriptBlock(Me.GetType(), "someKeyRedir", "window.location.href = '" + RedirPageUrl + "';", True)
Thanks a lot for the helpful info.
Go to the complete details ...