Normally we use Console.Write() method, In this example Response.Write() method is used.
Can please explain the reason?
Normally we use Console.Write() method, In this example Response.Write() method is used.
Can please explain the reason?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
MahaPosted Dec 11, 2015, 9:47 AM
Pankaj Kumar ChoudharyPosted Dec 11, 2015, 9:38 AM
Response is used in webpages/web applications to contain the response sent to the client browser
Guest UserPosted Dec 11, 2015, 9:37 AM