Types of state management techniques ?
Answer Posted / pradeep gupta
Client-side state management:-
a)cookies, b)view state, c)Hidden field, d)Query String
Serve-side state management:-
a)session, b)Application, c)context handler.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Where can I get the details on migration of existing projects using various technologies to asp.net?
Why is global asax is used for?
What are the options in ASP.NET to maintain state?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Do gac'ed assemblies have fulltrust?
Explain the use of resource manager class in .net.
Explain diff between dataset and datareader?
Explain difference between dataset and datareader?
Can you dynamically assign a Master Page?
What is the current version of asp.net?
How can u deifne the benefits and limitation of using Viewstate for state management?
What are the various types of validation controls provided by asp.net?
Fetch one page value to another page without using state-managment ?
What are Authentication and Authorization?