Community Sites
Create your own community website and start earning today !
It's Free !
 
Communities Members BookmarksPolls Fresher Jobs Funny Pictures MCA Projects New Member FAQ  



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter



Asp Interview Questions and Answers-2


Posted Date: 28 May 2008    Resource Type: Articles/Knowledge Sharing    Category: Placement Papers

Posted By: Karthika M       Member Level: Gold
Rating:     Points: 1



What happens to ASP pages?
The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser.

How can you change the primary scripting language for a page?
Specify

What is application Object?
Shares information among users of an application. Gives a notification when an application starts or ends.

What is the difference between client-side script and server-side script?
Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script.

What is the command to display characters to the HTML page?
Response.Write

Explain the POST & GET Method or Explain the difference between them?
POST METHOD:
The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in the form will be stored in the FORM collection.
GET METHOD:
The GET method sends information by appending it to the URL (with a question mark) and stored as A Querystring collection. The Querystring collection is passed to the server as name/value pair.
The length of the URL should be less than 255 characters.

How many global.asa files can an Application have?

Only one global.asa file and it’s placed in the virtual directory’s root.

How many global.asa files can an Application have?
Only one global.asa file and it’s placed in the virtual directory’s root.

What are Scripting Objects?
Objects that can enhance the application are known as the Scripting Objects.

What is the Order of precedence for LOGICAL Operators ?
NOT, AND, OR, XOR, EQV, IMP

What is an Err Object?
Name it’s properties and methods.

What are LOCAL and GLOBAL variables?
Local variables lifetime ends when the Procedure ends. Global variables lifetime begins at the start of the script and ends at the end of the script and it can be used by any procedure within the script. Declaring a variable by using the keyword PRIVATE makes the variable global within the script, but if declared using PUBLIC, then all scripts can refer the variable.

Which is the default Scripting Language on the client side?
JavaScript

What is HTML (Hypertext Markup Language)?
It’s a method by which web pages can be built and generally used for formatting and linking text.

What is a Web Server?
It’s a Computer that provides Web services on the Internet or on a local Intranet. It is designed to locate, address and send out simple HTML pages to all other users who access these pages.

What is Session Object?
It stores information about a User’s session. Gives a notification when a user session begins or ends.

What is Server-Side includes?
It provides extra information by which it makes the site easier to manage. It can include text files using the #include statement, retrieve the size and last modification date of a file, defines how variables and error messages are displayed and inserts the values of HTTP variables in the page sent back to the browser.





Responses

Author: Shanthi M    28 May 2008Member Level: Diamond   Points : 2
Its really informative.
Thank you for giving information.


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Asp Interview Questions and Answers
Previous Resource: Asp Interview Questions and Answers-3
Return to Discussion Resource Index
Post New Resource
Category: Placement Papers


Post resources and earn money!
 
Related Resources



Watch TV Channels
  • Watch Asianet TV online
  • Kairali TV in Internet
  • Surya TV online
  • Amritha TV Channel

  • Contact Us    Privacy Policy    Terms Of Use   

    SpiderWorks Technologies Pvt Ltd. 2006 - 2007 All Rights Reserved.