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
Do you know about caching with the datasource controls?
What is caching? What are different ways of caching in asp.net?
Is asp.net mvc still used? : Asp.Net MVC
Which method is used to perform all validation at the page level?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Explain the advantages of passport authentication.
What is session in http request?
What is simple data binding?
What is virtual directory in asp.net?
How many types of session state management options available in asp.net?
Explain about Automatic resource management?
What is a postback url?
What are url fragments?
What is asp.net introduction?
What is http only cookie?