Explain the difference between asp and html? Or why asp is better than html?
Explain the post & get method?
Which DLL file is needed to be registered for ASP?
what is execute dataset for sp
What is the common language specification (cls)?
What is application object in asp?
What is msmq?
Explain the difference between querystring collection and form collection?
Tell few steps for optimizing (for speed and resources) ASP page/application ?
How are sessions maintained? 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 each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
How does asp differ from html?
Explain the difference between server-side validation and client-side validation?
What are Constants? How will you declare a constant?