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 a swagger in web api?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Why do we use datasource in asp.net?
Why do you use the app_code folder in asp.net?
What is Model-View-View Model?
Where code pages are used?
What is state management techniques in asp.net?
What is .net framework and what are the main components of it?
Which method do you use to enforce garbage collection in .net?
What is server components?
What is distributed system in asp.net?
Can we handle the error and redirect to some pages using web.config?
Where is session data stored in asp net?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Is asp.net and .net are same or different?