Answered Questions

  • What does Response.End will do?

    Skill/Topic: IntermediateA) It will stop the server processB) It will stop the client processC) None of the above

    Pratul Tripathi

    • Sep 2nd, 2015

    It will stop the execution of request. Order is as below
    1- Return all buffered output to client
    2- Stop the process at server
    3- Raise *EndRequest* Event.

    venkat

    • Feb 24th, 2015

    A