asp.net 动态数据限制在哪里?
asp.net 动态数据有哪些限制?
在动态数据中什么是不可能的,因此您必须使用 Web 表单?
What are the limitations of asp.net dynamic data?
What is not possible to do in dynamic data, so that you have to use web forms?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定你的意思 DD 只是位于顶级标准 ASP.Net 站点上,因此你可以切换 DD 的外部,真正巨大的灵活性是你可以在 ASP.Net 项目中使用你需要的 DD 位(你不需要不需要搭建网站)您只需利用业务规则和 FieldTemplate 即可加快网站的开发速度。 例如,在DetailsView中,当编辑表格时,获取下拉列表以从相关表格中进行选择在ASp.Net中始终是一件痛苦的事情,但在一个小DD中混合,你可以免费获得它。 :D
请参阅我的博客 自定义页面第 3 部分 - 标准添加了动态数据功能的 ASP.Net 页面可以利用 FieldTemplates。
Not sure what you mean DD just sits on top standard ASP.Net site so you can switch in an out of DD, the really great flexibility is that you can just use the bits of DD you need in your ASP.Net project (you don't need to scaffold the site) you can just make use of the business rules and FieldTemplate to speed developement of you site. For instance in a DetailsView when editing a table getting a dropdown list to select from a related table is always a pain in ASp.Net but is mix in a little DD you get that for free. :D
see my blog here Custom Pages Part 3 - Standard ASP.Net Page with Dynamic Data features added to take advantage of the FieldTemplates.