What are the asp.net objects? is it application obects,
cache objests etc. or is it state managements, web services etc?

Answer Posted / mani

ASp.net contain 5 objects
Request
Response
server
Session
Application.
It's belongs to state management

Is This Answer Correct ?    26 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is the view state data stored in asp net?

768


What is the difference between the response.write() and response.output.write() methods?

737


Difference between Response.redirect vs server.transfer?

852


Is asp.net mvc front end or backend? : Asp.Net MVC

680


Which data type does the rangevalidator control support?

710


Explain Authentication mechanism in dotnet

787


Explain the asp.net page life cycle.

771


What are cookies in asp.net?

782


What's the difference between viewstate and sessionstate?

792


Whats the difference between abstract factory pattern and factory pattern?

802


Explain about Application and Session Events ?

813


Can you change a master page dynamically at runtime? How?

681


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

764


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1736


How ViewstateMac works?

2552