What are the differences between asp and asp.net and is asp.net backward compatible to asp?
No Answer is Posted For this Question
Be the First to Post Answer
6) Events in page life cycle?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
What is the difference between Cookies collection and Form/Querystring collection?
What are the collections of Application Object?
What are the methods by which output stream is controlled?
How will you delete a Cookie?
What is the common language specification (cls)?
How does asp differ from html?
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
Name the methods in session object?
How do you initialize a two-dimensional array that you don't know the dimensions of?
How are scripts executed?