Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is State Management in .Net and how many ways are there
to maintain a state in .Net?

Answers were Sorted based on User's Feedback



What is State Management in .Net and how many ways are there to maintain a state in .Net?..

Answer / sapna

In .net state management means request send by the client
can remember state of the previous request means
maintaining the state of the request.

The ways to maintain the state in asp.net are
server side state management like
1)session management
2)application
client side state management like
1)cookies
2)Hidden fields

Is This Answer Correct ?    20 Yes 4 No

What is State Management in .Net and how many ways are there to maintain a state in .Net?..

Answer / krupali

state management is the art of retaining information between
requests.

There are two types of statemanagement options in .net?
1)client side state management.
2)Server side state management.

In client side state management.
1)view state
2)query string
3)custom cookies

In server side state management.
1)Session state.
2)application state.

Is This Answer Correct ?    17 Yes 2 No

What is State Management in .Net and how many ways are there to maintain a state in .Net?..

Answer / shobha

State management in ASP.Net
we can maintain state in ASP.Net in two ways.
1.Client Side Management.
2.Server Side Management.
1.Client Side Management:
a) Cookies
b) Hidden Variable
c) View State
d) Query String
2.Server Side Management
a) Sessions
b) Application State
c) Database

Is This Answer Correct ?    9 Yes 0 No

What is State Management in .Net and how many ways are there to maintain a state in .Net?..

Answer / sunil

keep in mind

client side state management are
1.Cookies
2.ViewState
3.Hidden Variable
4.Query string

Server Side statemanagement

1.Session state
2.Application state

Is This Answer Correct ?    5 Yes 0 No

What is State Management in .Net and how many ways are there to maintain a state in .Net?..

Answer / k.indumathi

we can maintain state in ASP.Net in two ways.
1.Client Side Management.
2.Server Side Management.
1.Client Side Management

1.View state
2.Control state
3.Hidden fields
4.Cookies
5.Query strings
2.Server Side Management.
1.Application state
2.Session state
3.Profile Properties

Is This Answer Correct ?    3 Yes 0 No

What is State Management in .Net and how many ways are there to maintain a state in .Net?..

Answer / haider zaidi

State Management is the process by which the state and
information of a page can be maintained over multiple requests.
ASP.NET provides several techniques to maintain the state of
the information.

1.Client Side Management.
2.Server Side Management.

1.Client Side Management:
a) Cookies b) Hidden Variable
c) View State d) Query String

2.Server Side Management
a) Sessions
b) Application State
c) Database

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What type of code (server or client) is found in a Code-Behind class?

3 Answers   Siebel Systems,


What is an example of an application service provider?

0 Answers  


when a request is made in Life cycle of ASP.NET page .

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?

3 Answers   Visual Soft,


What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?

1 Answers   Siebel,


Why cyclomatic complexity is important?

0 Answers  


What is asp.net mvc? : asp.net mvc

0 Answers  


what is a virtual class?

1 Answers   Patni,


How to sign out from forms authentication?

0 Answers  


How asynchronous call can be implemented using delegates?

0 Answers  


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


What is rending process in ASP.NET?

0 Answers   Sans Pareil IT Services,


Categories