What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / sandeep
Response.Redirect can be use with different servers.
Server.Execute use with same server..we can not redirect to
another page which consist different server but in
Response.redirect we cn do so.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the postback property in asp.net?
what cut off mark for po's,what questions they asked for interview?
How to make paging concepts in datagrid in ASP.NET?
Who is using asp.net?
In how many ways we can retrieve table records count?
Explain file-based dependency and key-based dependency.
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What is data control in asp.net?
Explain how can we inherit a static member?
How could you modify xaml content from javascript?
What is gridview in asp.net?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What events will occur when a page is loaded?
How do you change the session time-out value?
Describe the events in the life cycle of a web application.