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
Web API uses which library for JSON serialization?
Describe paging in asp.net?
In ViewState How much lifespan items stored?
What do you understand from custom control?
What are server objects?
What is autopostback in dropdownlist in asp net?
How do I upload a file from my ASP.NET page?
Explain the function of new view engine in asp.net? : asp.net mvc
To redirect the user to another page which method do we use without performing a round trip to the client?
Explain about ASP.NET?
What is new asp.net core?
What are user controls?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
List the events in page life cycle.
How do http sessions work?