Results 1 to 10 of 10

Thread: asp question

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    asp question

    what is the difference between response.redirect and server.transfer


  2. #2
    Contributing Member
    Join Date
    Jun 2007
    Answers
    65

    Re: asp question

    Hi,

    Difference between Response.Redirect and Server.Transfer are

    1. Response.Redirect is a client side round trip and page History is maintained in case of it while Server.Transfer is a server side round trip page History is not maintained in this case.

    2. Reponse.Redirect can pass querystring alongwih URL while Server.Transfer can't do that.

    3. In Reponse.Redirect while Page Life cycle is executed while execution is stopped in Server.Transfer and control moved the target page.


    ---V V---
    Vikas Vaidya
    [Please mark this post as Thanks if u found this post useful]


  3. #3
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    Re: asp question

    Abstract class


  4. #4
    Junior Member
    Join Date
    Sep 2008
    Answers
    4

    Re: asp question

    Response.Redirect("file like aspx,html,website etc")
    here file can be any where ie it may be in our local system or in remote area like in the net anywhere it can get that and execute but it can't carry values.if we want to send any values we should use Query string which are the values we give in the url.
    server.Transfer("file")
    should be in the present system.it carries values


  5. #5
    Junior Member
    Join Date
    Sep 2008
    Answers
    2

    Re: asp question

    The main differences is response.indirect can transfer querystring along with url
    but server.transfer is send only data


  6. #6
    Junior Member
    Join Date
    Sep 2008
    Answers
    3

    Re: asp question

    response.redirect is used to navigate between different webpages and websites also.....
    in this user information can be maintaned from one page to another page using requst.querystring state management technique



    server.transfer is used to navigate between webpages only....here user info can be maintained in the form of context....


  7. #7
    Junior Member
    Join Date
    Oct 2008
    Answers
    1

    Re: asp question

    server.tranfer redirect the user directly to the server.So there is no round the trip . Hence there is no load on server


  8. #8
    Junior Member
    Join Date
    Nov 2008
    Answers
    2

    Re: asp question

    The Diffrence B/T Res.redirct and server.trancefer is

    when we apply response.redirect action will happen in the sampage ..
    when we apply server.tranfer action will in the server.


  9. #9
    Junior Member
    Join Date
    Nov 2008
    Answers
    1

    Re: asp question

    advantages of using master page in asp.net


  10. #10

    Re: asp question

    simplest way to describe the difference is that response .redirect locates another page in server whereas server.transfer transfer the user from one server location to another so user is travelling.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact