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
Where is the view state data stored in asp net?
What is the difference between the response.write() and response.output.write() methods?
Difference between Response.redirect vs server.transfer?
Is asp.net mvc front end or backend? : Asp.Net MVC
Which data type does the rangevalidator control support?
Explain Authentication mechanism in dotnet
Explain the asp.net page life cycle.
What are cookies in asp.net?
What's the difference between viewstate and sessionstate?
Whats the difference between abstract factory pattern and factory pattern?
Explain about Application and Session Events ?
Can you change a master page dynamically at runtime? How?
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?
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?
How ViewstateMac works?