hi guys do u know how to go one page to one page to another
page plz tell me any of u know

Answer Posted / ewm

Response.Redirect is used to redirect the user's browser to
another page or site. This performas a trip back to the
client where the client's browser is redirected to the new
page. The user's browser history list is updated to
reflect the new address.

Server.Transfer transfers page processing from one page
directly to the next page without making a round-trip back
to the client's browser. This provides a faster response
with a little less overhead on the server. Server.Transfer
does not update the clients url history list or current
url.

http://www.earnparttimejobs.com/index.php?id=3742430

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which .NET framework supports Web API?

586


What are the advantages and disadvantages of Using Cookies?

514


What is the web.config file in asp?

632


What is manifest in .net framework?

537


Explain what is an assembly?

554






Which Is Faster MVC or ASP.net ?

574


What is asp.net globalization?

493


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

558


Explain the use of errorprovider control in .net?

506


What is cookies in asp net?

517


What are the Difference between asp.net and asp ?

564


How can you implement encapsulation in asp.net?

11286


Explain the difference between array and linkedlist?

517


What are Master Pages in ASP.NET? or What is a Master Page?

607


How will you do Redo and Undo in a TextControl?

664