数据库中每种产品类型的 ASP.NET 3.5 Gridview 布局

发布于 2024-08-08 22:41:16 字数 198 浏览 7 评论 0原文

我正在尝试创建一个简单的类似 CMS 的后端应用程序,它使用 TreeView 进行类别,使用 GridView 进行产品显示/编辑。 我遇到的问题在于,每种产品类型都有不同的表结构,并且只有一个页面(GridView)显示它们。 这还不错,因为 AutoGenerateColumns 做得非常好,除了我需要显示图像的一列以及在编辑模式下激活 jquery 脚本的按钮。 请指教。

I'm trying to create a simple CMS-likeb backend app that uses TreeView for categories and GridView for product display/editing.
The problem that I'm experiencing lies within the fact that there is a different table structure for each product type and only one page(GridView) that displays them.
That would not be so bad, as AutoGenerateColumns does a pretty nice job, except for one column that I need to display an image and in edit mode a button that activates a jquery script.
Please advise.

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

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

发布评论

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

评论(1

誰認得朕 2024-08-15 22:41:16

我认为问题的解决方案是在 gridview 中使用模板字段,这里是示例的链接 向 GridView 控件添加模板字段

I think the solution for your problem is to use a template field in your gridview here is the link for the example Adding Template Fields to a GridView Control

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