ASP.Net Dynamic Data Linq to Sql Web App 中缺少插入、删除、详细信息链接

发布于 2024-12-18 04:09:41 字数 509 浏览 1 评论 0原文

我创建了 ASP.Net 动态数据 Linq to Sql Web 应用程序。我将 Linq to Sql 项目添加到项目中,并成功配置了数据库表和项目之间的连接。我运行 Default.aspx,我看到表名称。当我单击它时,我只能看到数据库表中的项目,没有'没有任何删除、插入、详细信息链接。它的样子是:

http://www.deryanurulus.com/无标题.png

我更正了 Global.asax.cs 文件中的行,例如:

        DefaultModel.RegisterContext(typeof(DataClasses1DataContext), new ContextConfiguration() { ScaffoldAllTables = true });

我的项目中缺少什么,为什么我看不到更新链接(删除、插入)?谢谢..

I created ASP.Net Dynamic Data Linq to Sql Web Application. I added Linq to Sql item into the project and configured the connection between database tables and project successfully.I run the Default.aspx, I see the table name.When I click it, I can only see items in database table, there isn't any delete, insert, details links.How it looks like is:

http://www.deryanurulus.com/Untitled.png

I corrected the lines in Global.asax.cs file like :

        DefaultModel.RegisterContext(typeof(DataClasses1DataContext), new ContextConfiguration() { ScaffoldAllTables = true });

what is missing in my project, why couldn't I see the update links ( delete, insert ) ? Thanks..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傲影 2024-12-25 04:09:41

确保文件 DynamicData/PageTemplates/Details.aspx 中的 LinqDataSource 具有 EnableUpdate = true

Make sure your LinqDataSource in the file DynamicData/PageTemplates/Details.aspx has EnableUpdate = true

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文