gpt4 book ai didi

asp.net - 动态数据模型 "Visible Tables"计数始终为零

转载 作者:行者123 更新时间:2023-12-02 04:55:32 27 4
gpt4 key购买 nike

我在现有的动态数据应用程序中添加了一个新系统(DB)。我在 global.asax 中注册了路由。我已将 scaffoldalltables 设置为 true。

但是在将DataSource 给gridview 的表格导航中,Visibletables 计数始终为零。尽管表数是 4。

区域测试配置

        TestModel.RegisterContext(typeof(TestModel.CompassionEntities), new ContextConfiguration { ScaffoldAllTables = true });
TestModel.FieldTemplateFactory = new AdvancedFieldTemplateFactory();
routes.Add(new DynamicDataRoute("Test.{table}/ListDetails.aspx")
{
Action = PageAction.List,
RouteHandler = new AdvancedDynamicDataRouteHandler(),
ViewName = "ListDetails",
Model = TestModel
});
routes.Add(new DynamicDataRoute("Test.{table}/ListDetails.aspx")
{
Action = PageAction.Details,
RouteHandler = new AdvancedDynamicDataRouteHandler(),
ViewName = "ListDetails",
Model = TestModel
});

结束区域

表格导航.cs

TestGridView.DataSource = Global.TestModel.VisibleTables;TestGridView.DataBind();

请协助

最佳答案

在我的例子中,这是由于缺少带有 GridViewPager.ascx 的 ~/DynamicData/Content 文件夹引起的。如果在调试中查看 Global.DefaultModel.VisibleTables 的异常,您可以检查它。

关于asp.net - 动态数据模型 "Visible Tables"计数始终为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22761828/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com