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
Who is using asp.net?
What is session management in web application?
Explain ViewState?
How can we identify that the Page is Post Back?
How many types of controls are there in asp.net?
How will you do Redo and Undo in a TextControl?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Why mvc is better than asp.net? : Asp.Net MVC
What are the ways of preserving data on a Web Form in ASP.NET?
How many types of state management are there in asp net?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Define static function?
Explain significance of routing? : asp.net mvc
Explain login controls.
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.