Name some of the ASP components?
Answers were Sorted based on User's Feedback
Answer / hema
Ad Rotator component
Browser capabilility component
DAta access component
Page counter component
Content linker component
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
? 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
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / avanasy
MSWC.AdRotator
MSWC.BrowserType
MSWC.NextLink
MSWC.ContentRotator
MSWC.Counters
MSWC.PageCounter
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the function of attributes of the <form> tags?
What is asp code?
what is the selection process for DMSS??
Define clientcertificate collection?
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 is the difference between a namespace and an assembly name?
?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.
When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.
What is a TextStream object?
How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
Explain the difference between querystring collection and form collection?
Name the methods in session object?