|
Question |
Rating |
View Answer |
 |
What are the Web Servers supporting ASP? |
|
View Answer |
 |
What is the result of using Option Explicit? |
|
View Answer |
 |
<% Response.Redirect("http://www.sql.com") %> What does the above code accomplish?
|
|
View Answer |
 |
How do assign the memo data type in ASP page as variable? and I want to place that variable in HTML's textarea as its value?
|
|
View Answer |
 |
What are the event handlers of Application Object? |
|
View Answer |
 |
What is code in asp for Redirect to another page |
|
View Answer |
 |
What is Application-scope? |
|
View Answer |
 |
What are the methods by which output stream is controlled? |
|
View Answer |
 |
Explain the difference between POST and GET Method.
|
|
View Answer |
 |
What is the Order of precedence for ARITHMETIC Operators.^, -(negation), *or /, , mod, + or – |
|
View Answer |
 |
How are scripts executed? |
|
View Answer |
 |
What is Collection? |
|
View Answer |
 |
What is Global.asa file? |
|
View Answer |
 |
What is Server-Side includes? |
|
View Answer |
 |
What is the order of execution for an ASP application? |
|
View Answer |
 |
How many Max Cookies can we create in Server? |
|
View Answer |
 |
Give the comment Tags for the following? |
|
View Answer |
 |
Give the comment Tags for the following: |
|
View Answer |
 |
What variable can you use to share info across the whole application for one user? |
|
View Answer |
 |
How does the server identify and execute the server-side scripts within HTML code? |
|
View Answer |