A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
Latest Answer: its not working can you give an examplee ...
A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with
Latest Answer: A is correct when browser cookies are enabled. Sessions ID is used and stored in the browser cookiee. This session Id is sent in the request header all the time ...
A. 3 B. 2 C. 1 D. 4
Latest Answer: There are 2 types of cookies: (1) Session Based which expire at the end of the session.(2) Persistent cokkies which dont exipre(Stored in your hard disk). ...
A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec
Latest Answer: 90 sec ...
A. Properties B. Records C. Fields D. Errors E. Parameters
Latest Answer: recordset is not an ADO collection.so the answer is B ...
A. Using On Error Goto B. Using On Error Resume C. Using On Error Resume Next D. Using On Error Goto 0
Latest Answer: Option A is right answer. ...
<% intA = 3 sStrA = "Hello World" sStrB = "Hello World" + intA Response.Write sStrB %>
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
• Internet Information Server (IIS) on Windows NT • Personal Web Server (PWS) on Windows 95 • Peer Web Services on Windows NT
Latest Answer: IIS is still the primary web servers used with ASP, also Apache , Netscape's servers and even O'Relly's are web servers supporting ASP. ...
<% strName="John Smith" %> Referring to the above, if you want to pass the contents of the strName variable in a hyperlink, which line of code would you use?
A. This cannot be done. The anchor is on the client and the variable is on the server. B. href="Encode.asp?
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top