View Single Post
  #4 (permalink)  
Old 07-09-2008, 09:32 AM
raghav raghav is offline
Member
 
Join Date: Jul 2008
Posts: 36
Default

when user does not want to change the address of the url.Then server.transfer is very useful for existing in same url address with opening different forms . Means it proves the transfer of form in rond trip back to clients browser. It is very helpful for security purpose.
Server.Transfer is page processing form one page directly to nex page with out making any round trips back to cleints browser.
Response.Redirect is redirects page to another browser or site.
Reply With Quote