What is state management in asp.net and define Client-side
state management and Server-side state management?
Answer Posted / 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 |
Post New Answer View All Answers
Will the asp.net validators run in server side or client side?
Explain server-side scripting?
How to turn off cookies for a page?
How do you open a page in a new window?
What is inproc and outproc?
Explain the path instructions in xaml?
how to write html code with ssl
What is the size of Get method and how much data it can store?
What are the merits and demerits of viewstate?
Can you explain architecture of your project ?
What are the benefits of Razor View?
Can we handle the error and redirect to some pages using web.config?
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.
Define page fragment caching?
Is asp.net a language?