What is State Management in .Net and how many ways are there
to maintain a state in .Net?
Answer Posted / sapna
In .net state management means request send by the client
can remember state of the previous request means
maintaining the state of the request.
The ways to maintain the state in asp.net are
server side state management like
1)session management
2)application
client side state management like
1)cookies
2)Hidden fields
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
What is the difference between CLICK and MOUSE DOWN Event ?
What is the difference between user control and custom control?
Who is using asp.net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Is asp.net 64-bit enabled? How?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What a diffgram is, and a good use for one?
What's the use of formatters in .net?
Is asp.net still used?
Explain the use of resource manager class in .net.
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Why is global asax is used?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is skin in asp.net?
How many types of Cookies are available in ASP.NET?