使用 ObjectDataSource 或 SqlDataSource 时在 ASP.Net 中使用 DetailsView
如何在 Asp.NET 中使用 DetailsView 控件?
- 如何将标签更改为数据库字段名称以外的其他内容?
- 如何向用户隐藏某些字段? (您需要查询它们,因为它们是身份字段 - row-id,您不希望用户看到)?
How do you use a DetailsView control in Asp.NET?
- How do you change the labels to something other than the database field name?
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要配置控件的设置,请查看此 DetailVIew 示例 显示如何将项目设置为只读等。
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.