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 ...
0
votes
3answers
28 views

Storing DataSet in ViewState or Session State

Currently i am storing the DataSet in a ViewState but, storing the Dataset into ViewState will have the impact on the performance of the page. Can you'll suggest me whether i can use Session or ...