Types of state management techniques ?
Answer Posted / ravi
two type of state management technique in asp.net:-
1) client side state management
query string
hidden fields
view state
cookies
2) server side state management
session
application
context handler
cache
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Describe the Server Control Events of ASP.NET?
Explain the code Access Security (CAS) in .net Framework?
What is the use of asp.net web api?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How many languages are supported by .NET at present time?
What is microsoft windows sharepoint services?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are sessions in asp net?
how to write html code with ssl
How does a content page differ from a master page?
What are themes and skins in 2.0, explain usage scenario?
Explain the differences between clr & cts?
What is the concept of view state in asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?