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 |
Give a few examples of page life cycle events.
What is session in http request?
What is rending process in ASP.NET?
0 Answers Sans Pareil IT Services,
Differentiate the session object and application object?
What is the difference between table and query?
what is machine key error in asp.net? how to solve it?
What is the namespace for encryption?
3 Answers Astadia, CIA, Wipro,
What is difference Between Authentication and authorization?
Is asp.net and .net the same?
Types of optimization and name a few ?
Usage of web.configuration ?
What is simple data binding?