Hi, We use "Alt-Left arrow" to go to the previous project, supposing we use "Response.Redirect" to go to one other page of another project. What is the equivalent command for doing the same action?
You will need to make use of JavaScript
<input type = "button" value = "Back" onclick = "history.back();" />
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.