Answer Posted / alb.shah
in asp.net following ways to maintain server site and
client site state.
client site:
1. View State
2. Query String
3. Hiddne Field
4. Cookies
Server Site is:
1. Session
2. Application
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is difference between session and viewstate?
What is parse in asp.net?
What is the sequence in which ASP.NET events are processed?
How does u call and execute a sp in .net?
Which is an advantage of application service providers?
Describe session handling in a webfarm?
Where session variables are stored?
State differences between MVC and WebAPI
What does session_start () do?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Why do we use asp.net?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is the use of service provider?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is httpresponse?