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
What is the concepts of globalization and localization in .net?
Can you explain the importance of finalize method in .net?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Can we have a web application running without web.config file?
What is query string? What are its advantages and limitations?
How we implement web farm and web garden concept in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the different types of cookies in asp.net?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Which protocol is used to call web service?
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 ASLM?
What is simple data binding?
What are sql joins?