Which asp object is often used to retrieve user information from forms?
No Answer is Posted For this Question
Be the First to Post Answer
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
Define a variable?
What is classic asp application?
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
What is the maximum size of an array in asp?
What is asp used for?
what is dry run?
Explain the life cycle of asp page.
What is a request body?
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
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