What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / kinjal
server.transfer is processing direct one page to the another page without round trip to back to the client browser.
response.redirect is processing round trip from one page to another page and back to the client browser.
server.transfer is better than response.redirect.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of .net core?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
Is Driver Script any how related to AOM?
What does mean by .net framework?
Do you know what is garbage collector?
What is the difference between encrypting a password and applying a hashing?
What is an exe and a dll?
What is meant by localization?
Explain is the jit an interpreter?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Explain what is a manifest in .net?
Is there built-in support for tracing?
How does cas works?
Elements of CAS
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?