Friday, August 1, 2008
ASP Interview Questions And Answers
13. What is a Form collection? The Form collection holds the values of the form elements submitted with the POST method. This is the only way to generate a Form collection. 14. What are the ASP Scripting Objects? The Dictionary object, the FileSystemObject object, TextStream object. 15. What happens to a HTML page? The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page. 16. What happens to ASP pages? The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser. 17. How can you change the primary scripting language for a page? Specify 18. What is application Object? Shares information among users of an application. Gives a notification when an application starts or ends.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment