The Server.Transfer () method stops the current page from
executing, and runs the content on the specified page, when the
execution is complete the control is passed back to the calling page.
While the Response.Redirect () method transfers the control on the specified page and the control is never passed back to calling page after execution.
While the Response.Redirect () method transfers the control on the specified page and the control is never passed back to calling page after execution.
EmoticonEmoticon