Types of state management techniques ?
Answer Posted / arockia johnsi rani j
ASP.NET Supports various client side and server side state
management.
client side
view state,hidden fields, cookies, query strings
server side
Application state, session state, Database.
Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the appSettings Section in the web.config file?
What is mvc in asp.net interview question? : Asp.Net MVC
How many types of session in ASP.NET
How would ASP and ASP.NET applications run at the same time on the same server?
How can you handle errors in Web API?
Can master pages be nested?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is OSI layer? Explain different layers.
Describe a bubbled event and how it is used ?
Define static function?
What is the difference between rest and restful?
What is event bubbling?
In how many ways we can retrieve table records count?
What is active web pages?
What is asp.net? How is it different from asp?