Net动态数据链接到Sql Web应用程序。我在项目中添加了Linq to Sql项,并成功配置了数据库表与项目之间的连接。我运行默认值。aspx,我看到表名。当我点击它时,我只能看到数据库表中的项,没有任何删除,插入,详细信息链接。它的样子是:
http://www.deryanurulus.com/Untitled.png我更正了Global.asax.cs文件中的行,如:
DefaultModel.RegisterContext(typeof(DataClasses1DataContext), new ContextConfiguration() { ScaffoldAllTables = true });
我的项目中缺少什么,为什么我看不到更新链接(删除,插入)?谢谢. .
确保你的LinqDataSource在文件DynamicData/PageTemplates/Details中。aspx的EnableUpdate = true