Answer Posted / n.ravi
The web server will remember the users information by implementing certain techniques these techniques are called state managent. those are divided into 2 types 1.client side
2.server side
client-side:1. query string 2.hidden fields 3.view state 4.cookies
Server Side:1.session 2. Application 3.Cache 4.context
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are the ways to sending the data in ASP.NET page?
What is the size of Get method and how much data it can store?
What is tracing? Where is it used?
What is ispostback method in asp.net? Why do we use that?
What is Razor View Engine
What are directives in asp.net? List down all the important directives.
Explain about the Class view window?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What do you mean by authorization?
What is the concepts of globalization and localization in .net?
what are configuration files?
What are the advantages of asp.net?
What are Caching techniques in .NET
What is the difference between adding reference in solution explorer and adding references by using ?
What is slidemaster?