|
Related Questions |
View Answer |
|
<% intA = 3 sStrA = "Hello World" sStrB = "Hello World" + intA Response.Write sStrB %>
What would be the result of the above code?
|
sStrB = "Hello World" + intA Response.Write sStrB
View Answer
|
|
What happens when a client submits a form which changes the value of an Application variable?
|
View Answer
|
|
ADO is an object model for accessing which of the following?
|
View Answer
|
|
Which of the following are Server Object methods ( Choose Two)
|
View Answer
|
|
Following is the code Server.MapPath (".") consider the path is C:InetpubWWWRootMATDefault.asp. What will be the output
|
View Answer
|
|
ClientCertificate is a collection of
|
View Answer
|
|
IsClientConnected is a property of
|
View Answer
|
|
What happens to a HTML page?
|
View Answer
|
|
What happens to ASP pages?
|
View Answer
|
|
What are the Web Servers supporting ASP?
|
View Answer
|
|
Explain the POST & GET Method or Explain the difference between them?
|
View Answer
|
|
What is the command to display characters to the HTML page?
|
View Answer
|
|
What is a variable?
|
View Answer
|
|
What are LOCAL and GLOBAL variables?
|
View Answer
|
|
Naming constraints for a variable.
|
View Answer
|
|
What are the special sub-types in VBScript?
|
View Answer
|
|
What is the Order of precedence for LOGICAL Operators.
|
View Answer
|
|
What is Response Object?
|
View Answer
|
|
How will you set the values for cookies?
|
View Answer
|
|
What is the function of Buffer in Response Object?
|
View Answer
|