plz send me interview model questions asked in KVB Clerk
interview.
Answers were Sorted based on User's Feedback
What is the common language specification (cls)?
What is ASP (Active Server Pages)?
Short note on creation of job site in ASP.
What are the collections of Session Object?
Is classic asp still supported?
How can you change the primary scripting language for a page?
when we use ajax in.net
What are shared assemblies?
What is asp and its features?
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 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.
Write a program in asp to find out the leap year. [Accept the year from the user ]