What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / 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 |
Post New Answer View All Answers
Explain diff. Between friend and protected friend?
How do I create a web form?
What is the difference between the get method () and post method ()?
What is difference between view and partial view?
What is tracing? Where is it used?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How can u debug your .net application?
How can you debug your.net application?
How you can access the values from the Repeater control in ASP.NET?
What is diff. Between abstract class and an interface?
What is another word for redirect?
What are the difference between function and stored procedure in .net programming language?
Explain the role of global.asax?
What are the ways of preserving data on a Web Form in ASP.NET?
Define the steps to set up validation control.