difference between console.write and Response.write

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • naganesh90
    New Member
    • Aug 2010
    • 2

    difference between console.write and Response.write

    Please could you explain what's the main difference between Console.write and response.write. .
    thanks in Advance
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Console is for the console window in a console application.
    Response is used in webpages/web applications to contain the response sent to the client browser

    Comment

    Working...