可以将数据库字段(作为文本框,而不是网格视图)拖放到 ASP.Net 表单中吗?

发布于 2024-07-25 21:35:21 字数 276 浏览 3 评论 0原文

在 VisualStudio 中,当您从服务器资源管理器中的数据连接拖放表或单个列时,会创建一个网格视图。

我想要做的是拖放列以制作一个快速而肮脏的详细信息表单来显示单个记录。 这有可能吗?

更好的方法是通过自定义 T4 或 LLBLGen 模板,但我不知道如何执行此操作。

还有其他建议的方法吗?

更新:DetailsView 是我正在寻找的东西的类型,因为您可以选择数据源和所需的特定列,但我希望能够手动控制初始拖放后的布局和格式。

In VisualStudio, when you drag and drop a table or an individual column from a data connection in server explorer, a gridview is created.

What I want to be able to do is drag and drop the columns to make a quick and dirty detail form to display an individual record. Is this possible in any way?

An even better way to do this would be via a custom T4 or LLBLGen template but I have no clue how to do this.

Any other suggested approaches?

UPDATE: A DetailsView is the type of thing I am looking for, in that you can select a data source and the specific columns you want, but I'd like to be able to have manual control of the layout and formatting after the initial drag and drop.

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

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

发布评论

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

评论(2

梦途 2024-08-01 21:35:21

我建议使用数据源 (SqlDataSource) 将 DetailsView 绑定到表。 您可能会找到这些教程,尤其是这个很有帮助。

为了响应您的更新,请查看 FormView 控制。 它使您可以使用模板化部分完全控制布局。

I suggest binding a DetailsView to the table using a data source (SqlDataSource) instead. You might find these tutorials, especially this one helpful.

In response to your update, have a look at the FormView control. It gives you complete control of the layout using templated sections.

十六岁半 2024-08-01 21:35:21

在我遇到的 VS 中似乎没有办法做到这一点。

There appears to be literally no way to do this in VS that I have come across.

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