Types of state management techniques ?
Answer Posted / pradeep gupta
Client-side state management:-
a)cookies, b)view state, c)Hidden field, d)Query String
Serve-side state management:-
a)session, b)Application, c)context handler.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell me the code snippet to show how we can return 404 errors from HttpError?
How do we access view state value of this page in the next page?
What does asax stand for?
How to register exception filter globally?
Explain the advantages of asp.net.
What is application variable?
What is datagrid asp.net?
Explain the difference between web user control and web custom control?
Define static member?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is http request and response?
In ViewState How much lifespan items stored?
What is a web farm?
How can you implement the postback property of an asp.net control?
How does u get record no from 5 to 15 from a dataset of 100 records?