Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 linqtosql 和 xval 来验证服务器端和客户端。我试图做一个向导风格的表格,但不能通过不同的动作传递实际值。
有任何想法吗?
您有三个选择:将值存储在 TempData 中,将值存储在 Session 中,或者将临时值写入视图中的隐藏字段并在每一步重新加载它们。