- Fill the form with data
- Proceed to fields' validation
- if the validation pass, go to the a different.
In ASPNET NVC, I can put my data in Tempdata["myKey"] and recover it somewhere else.
How can I obtain the same result in WebMatrix?
Thanks开发者_如何学JAVA for helping
There isn't a direct equivalent. You can use Session instead.
精彩评论