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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / falaknaaz.shaikh

ASP.NET offers a "Cache" object that is shared across the
application and can also be used to store various objects. The
"Cache" object holds the data only for a specified amount of
time and is automatically cleaned after the session time-limit
elapses.

Is This Answer Correct ?    12 Yes 4 No

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

Answer / kisna

Request
Response
server
Session
Application.
r d 5 object of asp.NET

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

How does cookies work in asp net?

0 Answers  


What are assemblies and namespaces and explain the difference between them ?

0 Answers  


What is strong name and which tool is used for this ?

3 Answers   Patni,


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


Which two properties are there on every validation control?

2 Answers  






Explain what is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


Whats an assembly?

6 Answers   Siebel Systems,


Why SessionID changes in every request in asp.net?

0 Answers   HCL,


what is the difference between assemblyinfo and webconfig files?

1 Answers  


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


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?

0 Answers  


What is itemrowdatabound for a datagrid?

1 Answers   IBM,


Categories