|
Question |
Rating |
View Answer |
 |
How can you disable the browser to view the code? |
|
View Answer |
 |
Explain the POST & GET Method or Explain the difference between them? |
|
View Answer |
 |
What is a "Virtual Directory"? |
|
View Answer |
 |
How are sessions maintained? |
|
View Answer |
 |
<% Set Application("Thing") = Server.CreateObject("THINGDOER.thingy") %> The above code appears in the global.asa file. What would it accomplish? |
|
View Answer |
 |
What is the difference between client-side script and server-side script? |
|
View Answer |
 |
When does the application OnEnd event handler fire? |
|
View Answer |
 |
What is Server-Side includes? |
|
View Answer |
 |
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? |
|
View Answer |
 |
What is the maximum size of an array?
|
|
View Answer |
 |
What are the advantages of using ASP? |
|
View Answer |
 |
<% intA = 3 sStrA = "Hello World" sStrB = "Hello World" + intA Response.Write sStrB %>
What would be the result of the above code? |
|
View Answer |
 |
Which choice is NOT a property of Dictionary Object? |
|
View Answer |
 |
Which-code sample will report whether the client’s browser supports cookies? |
|
View Answer |
 |
What are ARRAYS? |
|
View Answer |
 |
What is a class in CSS? |
|
View Answer |
 |
What is the Order of precedence for LOGICAL Operators. |
|
View Answer |
 |
What is a variable? |
|
View Answer |
 |
What is ASP (Active Server Pages)? |
|
View Answer |
 |
<input type=radio name=rbSex value="M">Male <Input type=radio name=rbSex value="F">Female Referring to the above, which line of code would retrieve the selected radio button value? |
|
View Answer |