What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / swapna
Server.transfer redirects the output to another page
whereas response.redirect Redirects/moves the user to
another page .
If u want to submit output of one page to another page use
sever.transfer. if u want to navigate to another page use
Response.Redirect.
Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What are the uses of list view control in Asp.net?
How dataadapter.fill works?
Explain page output caching?
What are themes and skins in 2.0, explain usage scenario?
Describe session handling in a webfarm, how does it work and what are the limits?
Explain difference between friend and protected friend?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What are the event handlers that can be included in the Global.asax file?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
How would you turn off cookies on one page of your website?
What is autopost?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What is the application pool?
Describe a bubbled event and how it is used ?