what is state management,what is the purpose of it,how it
will be implemented in real time?
Answer Posted / srikanth
As http is is state less protocol we need use state
management techniques whenever we need to maintain data.
suppose my application ananymous user can access.bt user
is already logged in i want show welcome userid.the user id
is from login page text box.so ineed to maitain that data
throughout the application .so i will use session/cookies
to matain data and i will retrieve in subsequent pages and
i will display.ok.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the differences between primary foreign and unique keys?
What is the use of web.config file?
Is it possible to change the index of primary key on table?
How do u deploy ur project?
Explain login control and form authentication.
Which is faster viewdata or viewbag?
How many web.config files can I have in an application?
Define xmlvalidatingreader class.
Explain State management in asp.net
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is session mode in asp.net?
Describe a bubbled event and how it is used ?
What do you mean by caching in asp.net?
Explain the Session state management options available with ASP.NET?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?