How are scripts executed?
Answer / sowmya
ASP provides scripting engines that execute the
corresponding scripting languages on the server side.
Scripts should be encoded within the <%?. %> Delimiters.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of global.asax?
How to display images using response object?
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
What are the event handlers of Session Object?
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
Explain the difference between a namespace and an assembly name?
Define a filesystemobject object?
How can we do validation of the fields in a project?
What is a Dictionary object?
What is Debit Memo & Credit Memo in Payables?
Define a "virtual directory"?
Explain life cycle of asp page.