State management in asp.net ?

Answers were Sorted based on User's Feedback



State management in asp.net ?..

Answer / anil sharma

in asp.net following ways to maintain server site and
client site state.
client site:
1. View State
2.Query String
3.Hiddne Field
4. Cookies

Server Site is:
1.Session
2.Application

Is This Answer Correct ?    37 Yes 4 No

State management in asp.net ?..

Answer / vipin tripathi

Ways to handle State Management
1. View State
2.Query String
3.Hiddne Field
4. Cookies

Server Site is:
1.Session
2.Application
3:Cache Object

Is This Answer Correct ?    31 Yes 2 No

State management in asp.net ?..

Answer / situ

Asp.net is aserver technology communicate same way like
other technology like jsp,php,or asp etc.
Server technology communicate it resource like server
document,server control,server scripting from server,Server
document dynamic document communicate with espective page
cycle relates with roundtrip which initiate through any
server.control a action that means page state change,when
page state change control value,variable value &
datastructure value may be lost for current state,making
they comptable with various state,State management can be
assign two ways,
1.Client site
2.Server site

Is This Answer Correct ?    11 Yes 1 No

State management in asp.net ?..

Answer / sanjeev

we have maintain state in two different ways.

client side and serverside.

client side:

1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.
5.Hidden Frames
6.control field

serverside:

1.Session
2.Application
3.Database and cache.
4.profiles

Is This Answer Correct ?    9 Yes 1 No

State management in asp.net ?..

Answer / manish singh(amalga fusion)

you can maintain client side state managment in following
way
1 view state
2 query string
3 hidden field
4 cookies
5 Hidden frames

you can maintain server side managment in following way
1 Application
2 Session
3 i think using cache object also but not sure.

Is This Answer Correct ?    12 Yes 5 No

State management in asp.net ?..

Answer / navaneetha krishnan

we have maintain state in two different ways.

client side and serverside.

client side:

1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.

serverside:

1.Session
2.Application
3.Database and cache.

Is This Answer Correct ?    10 Yes 3 No

State management in asp.net ?..

Answer / kuldeep singh

There are two to maintain the state in asp.net...
client side and serverside.

client side:

1.Cookies
2.HiddenField
3.Viewstate
4.Querystring.

serverside:

1.Session state
2.Application state

Is This Answer Correct ?    7 Yes 1 No

State management in asp.net ?..

Answer / jiturcm

we maintain state and page information over multiple
request for the same and different page.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between application and cache variables?

6 Answers   Astadia,


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

0 Answers   Excel,


When during the page processing cycle is ViewState available?

1 Answers  


what is diffgram ?

3 Answers  


Which is better php or asp.net?

0 Answers  






What is Web Services?How we can consume a Web Services in our application?Explain.

1 Answers   Religare,


Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE

2 Answers  


What is custom tag in web.config ?

2 Answers   Accenture, BirlaSoft,


When should we use abtract class and Interface Class?Give an Example

4 Answers   Accenture, Cap Gemini, L&T, RM,


Which browsers support the xmlhttprequest object?

0 Answers  


How can I have a particular web page in an asp.net application which displays its own error page?

0 Answers  


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


Categories