asp.net c# coding of back hand response.redirect getpost
1. Hyperlink control
2. Response.Redirect
3. Server.Transfer
4. Server.Execute
5. Cross-Page postback
6. Window.Open
Response.Redirect(URL,false) :- Client is redirected to a new page and the current page on the server will keep processing ahead.
Response.Redirect(URL,true) :- Client is redirected to a new page but the processing of the current page is aborted.