Answer:
Response.Write():
It writes information to the Http Response and can be used to display strings in the output.
example: Response.Write("welcome");
Response.WriteFile():
Writes the specified file directly to an HTTP response output stream.
example:- Response.WriteFile("demo.txt");
Asked In: Many Interviews |
Alert Moderator