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
What are client activated objects?
What is application session?
How would you turn off cookies on one page of your website?
What is asp.net master page?
What is the difference between Hash table and Array list?
Define viewstate in .net?
Define what is razor? : asp.net mvc
What is the compiled object?
What is inheritance and an how it be used, example with an example?
What is server side session management?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Describe paging in asp.net?