将运行时决定的值保存到db中的不同表

时间:2010-11-03 11:55:33

标签: asp.net-mvc-2

我想创建一个“指令”。我需要输入InstructionName,Description和少量属性。属性数量在运行时确定。当点击“更多属性”时,我复制一个包含AttributeId(Dropdown)和AttributeValue(Textbox)的div。在指令表中输入指令详细信息,并在InstructionAttribute表中输入属性详细信息。创建视图的定义是 <%@ Page Title =“”Language =“C#”MasterPageFile =“〜/ Views / Shared / Site.Master”Inherits =“System.Web.Mvc.ViewPage”%>

模型文档包含许多属性以及InstructionName,InstructionDescription,InstnAttribId和InstnAttribValue。我怎样才能保存这些信息。

感谢先前的任何帮助。

1 个答案:

答案 0 :(得分:0)

请参阅我的以下答案。这是编辑案例,但给你一些想法 Unable to remove the row from table in which foreign key exists in MVC
如果你使用linq到sql就是这种情况。如果您需要更多帮助,请告诉我