Select Category 
ASP Interview Questions Answers Exammaterial.
What is string concatenation function in VBScript?
ASP Interview Questions Answers Exammaterial.
the ampersand symbol and ampersand space underscore across multiple lines
ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answers Exammaterial. ASP Interview Questions Answer
ASP Interview Questions Answers Exammaterial.  ASP Interview Questions Answers Exammaterial.  ASP Interview Questions Answers Exammaterial.  ASP Interview Questions Answers Exammaterial.  ASP Interview Questions Answers Exammaterial.  ASP Interview Questions Answers Exammaterial.  ASP Interview Questions Answers Exammaterial. 
 

ASP Interview Questions Answers

ASP Interview Question - 76 : -

What is string concatenation function in VBScript?

ASP Interview Answer - 76 : -

the ampersand symbol and ampersand space underscore across multiple lines
 

ASP Interview Question - 77 : -

How do you write an SQL insert statement?

ASP Interview Answer - 77 : -

insert into tablename (fieldA, fieldB, fieldC)Values(’dataA’, ‘dataB’, ‘dataC’);
 

ASP Interview Question - 78 : -

What is HTML (Hypertext Markup Language)?

ASP Interview Answer - 78 : -

It’s a method by which web pages can be built and generally used for formatting and linking text.
 

ASP Interview Question - 79 : -

What is Cookies collection?

ASP Interview Answer - 79 : -

Cookies are text files that store information about the user by which the web server identifies and marks each different visitor to a web site and determines where a user has been before. A cookie can store information only when the user sends it. Individual cookies are limited to 4KB of data. The maximum number of cookies allowed is 300.
Cookies are stored on client’s machine.
 

ASP Interview Question - 80 : -

Explain the difference between POST and GET Method ?

ASP Interview Answer - 80 : -

GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.
 

ASP Interview Question - 81 : -

How do you get the value of a combo box in Javascript?

ASP Interview Answer - 81 : -

1. document.forms[’formName’].elements[’comboName’].options[i].value

2. document.form_name.element_name.value

 

 

ASP Interview Question - 82 : -

Name some of the ASP components?

ASP Interview Answer - 82 : -

Ad Rotator component- a way to manage advertisements on the web site.
Content Linker component - a technique to direct users through a set of pages on a web site by creating a list of URLs and description of the next and previous pages.
Browser Capabilities component - allows to customize the page to the ability of the browser viewing it.
Database Access component - allows to access data from the database