Which line of code would instantiate the Browser
Capabilities component?
A. objBrowser = Server.CreateObject("MSWC.BrowserType")
B. Set objBrowser = Server.CreateObject("MSWC.BrowserType")
C. var objBrowser = Server.CreateObject("MSWC.BrowserType")
D. var objBrowser = CreateObject("MSWC.BrowserType")
E. var objBrowser = Server.CreateObject("BrowserType")
What must be installed on an IIS4 machine to use the CDONTS
e-mail server object?
A. FTP service
B. SMTP service
C. IIS administrator
D. Exchange Server
E. IPX/SPX protocol
?onStart' and 'onEnd' are events of what object(s)?
A. Application only.
B. Session only.
C. Server only.
D. Application and Session only.
E. Application, Session, and Server.
What should the developer use in order to have an Active
Server Page (ASP) invokes a stored procedure on a SQL
Server database?
A. ADO
B. RDO
C. RDS
D. OLEDB
E. None of the above.
What does Internet Information Server (IIS) assume to be
the default language for Active Server Pages?
A. Jscript
B. JavaScript
C. JAVA
D. VBScript
E. ECMAScript
When is the Session_OnStart event fired?
A. Upon every request from an application by a client for
an .asp document.
B. Upon the first request from an application by a client
for any file in the application.
C. Upon the first request for an .asp document from an
application by a client.
D. Upon the first request for the global.asa file, in which
the event handler is located.
E. Upon the first request for an. html or .asp document
from an application by client
What should be used in order to determine if the
cookie "FavoriteFlavors" in the request object contains
more than one entry?
A. Request.Cookies("FavoriteFlavors").HasItems
B. Request.Cookies("FavoriteFlavors").Collection.Count
C. Request.Cookies("FavoriteFlavors").Dictionary
D. Request.Cookies("FavoriteFlavors").HasKeys
E. Request.Cookies("FavoriteFlavors").Count
What is the result of using Option Explicit?
A. This applies only to Visual Basic, not VBScript.
B. All variables must be dimensioned before use.
C. All variables are dimensioned at run-time.
D. Forces all SELECT controls to have a SELECTED
option.
E. Requires all variables be cast as specific DataTypes.
How will u make automatic login program in asp as u see in
yahoo messanger? When any body login to their system they
no need to fill userid and password. It automatically fills
the userid and password.
88
hi this is madhu
i have one doubt,regarding siebel
Q: is this is mandatory when we r doing join between a bc &
table , the table should extension table Reqired or not, can
we do the join with base table also,
53
how to delete windows application in vs.net
58
Suppose someone gives a VB dll file (component). How to use
that in an ASP file?