Can data be updated through the Index View using buttons?
问题 I am converting my way of thinking and programming from Webforms to MVC3. For the record, it hurts my head. So I am making a calendar that has a month view (page only shows the days and events for that month). I'm putting two buttons Previous and Next to go from month to month. In Webforms, any change would just happen on Calendar.aspx. However, it seems that I'll have to make two ActionResults (both HttpPost). One goes to a Previous view and another to a Next view. Just to get the same