what is the difference between server.Transfer and
response.redirect in .net
Answer / 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 |
explain code with multi inhertance
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
what is difference between java and .net
11 Answers Base2 Infotech, Karur Vysya Bank KVB, TATA AIG, TCC,
Describe the difference between inline and code behind - which is best in a?
Explain State management in asp.net
what is diffrent between asp & asp.net
How many view state can be hold by a aspx page ?
Whats an assembly
What are the uses of list view control in Asp.net?
view state data is stored in which format?
15 Answers Mind Tree, Pratham Software,
What is intrinsic objects in asp.net?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?