what is the difference between server.Transfer and
response.redirect in .net
Answer Posted / sivaprasad
Server.Transfer will execute at server side itself, through
this we can access previous page control's in next page.
Response.Redirect will work at client side means server
will send "Success" code to browser by saying send a
request for specific URL.based on this client will request
for the specific URL. if URL is not found in virtual
Directory client will give a message saying "Page not
found".
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Which is an advantage of application service providers?
What do you mean by caching in asp.net?
What is advantage of asp.net?
Why do we use datasource in asp.net?
Explain the different parts that constitute ASP.NET application?
What is the difference between GridView and Repeater controls in ASP.NET?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
How can you handle unmanaged code exceptions in asp.net?
Describe a Windows Service and its lifecycle ?
how can create login from create and written conde in asp.net
What are web beacons used for?
Can you change a master page dynamically at runtime? How?
Difference between using directive vs using statement?
Is it possible to change the index of primary key on table?
What are session state modes? List some of the important session state modes of asp.net.