0

I am working in asp.net c# mvc 4.0. I believe I have an event handler problem. On the site, the clear button is supposed to reset all the items, however, all but one does not reset. Can anyone help me out?

4

1 回答 1

0

在Controller中,你试过ViewState.Clear()吗?您可以根据需要更新模型,但如果未清除 ViewState,则值将保留。

于 2013-09-16T22:10:44.003 回答