Tagged Questions
6
votes
4answers
2k views
ASP.NET MVC - Is there a way to simulate a ViewState?
I have the following situation... In a certain View, the user must select the initial hour, the final hour and the weekday. But, I can't save this informations to DB 'cause I need to save my whole ...
2
votes
5answers
124 views
Is it a good idea to avoid state management techniques in ASP.Net MVC?
Is it a good idea to avoid state management techniques(session, cookies etc) in ASP.Net MVC 3.0?
If yes then is there any other alternatives available except TempData?
0
votes
1answer
145 views
State Management of javascript conent in MVC
I am using asp.net MVC2. i am facing a problem in state management of javascript contents.
i have got a image map in which on click on various part of image i am showing same page (redirect with ...