Introduction:
There
are two ways to go to other page from one page in asp.net.
. ‘Server. Transfer’ and ‘Response. Redirect’ both are used for the same purpose i.e. to transfer from one page to another page .
. ‘Server. Transfer’ and ‘Response. Redirect’ both are used for the same purpose i.e. to transfer from one page to another page .
But there is difference in
these two ways to redirect to other page. In this article I’ll explain it
in detail.