What is state management in asp.net and define Client-side
state management and Server-side state management?
Answers were Sorted based on User's Feedback
Answer / swathi
In the previous posts in this series I introduced the client
side state
management and one of its techniques - the ViewState.
Today I'm going to drill down into the hidden fields technique.
As mentioned in the previous post, the ViewState stores its
state in a hidden field.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shine
client side statemanagement
1.cookie
2.viewstate
3.querry string
serverside statemanagement
1.session
2.apllication
3.database
Is This Answer Correct ? | 1 Yes | 3 No |
How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two
What is advantage of viewstate and what are benefits ?
in which protocol ASP.NET WEB API Work?
What is masterpage?
Is viewstate enabled by default?
What are the features of asp net?
what is webpart? what r the parts in this webpart (zone)
About friend and Protected friend ?
Where we create sessions for Banking Applications and how to create? expalin with code?
What is the Difference between user and server controls?
what is the difference between primary key and foreign key?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?