使用 ObjectDataSource 或 SqlDataSource 时在 ASP.Net 中使用 DetailsView

发布于 2024-07-10 05:26:39 字数 150 浏览 9 评论 0原文

如何在 Asp.NET 中使用 DetailsView 控件?

  1. 如何将标签更改为数据库字段名称以外的其他内容?
  2. 如何向用户隐藏某些字段? (您需要查询它们,因为它们是身份字段 - row-id,您不希望用户看到)?

How do you use a DetailsView control in Asp.NET?

  1. How do you change the labels to something other than the database field name?
  2. How do you hide some of the fields from the user? (which you need to query for because they are the identity fields - row-id, which you dont want the user to see)?

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

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

发布评论

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

评论(1

赴月观长安 2024-07-17 05:26:39

You will need to configure the setup of the controls, have a look at This DetailVIew example that shows how to set items as read only etc.

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