ASP Programming Question:
Download Questions PDF

What is the command to display characters to the HTML page in ASP?

Answer:

Command to display characters to the HTML page in ASP is:
Response.Write("www.GlobalGuideLine.com")

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between client-side script and server-side script? Explain the POST & GET Method or Explain the difference between them in ASP?