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
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What does session_start () do?
What is difference between view state and session state?
Explain the difference between globalization and localization techniques
Which is better session or viewstate?
Is asp.net is a programming language?
What is autopostback in asp net?
What do you mean by authentication?
explain code with datachaching with example
What are standard controls?
What is rending process in ASP.NET?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
How would you create a permanent cookie?
What is the differences between a primary key and a unique key in sql server?
What is session and application variable in asp net?