需要想法使用数据表在 Windows 应用程序中创建动态菜单条

发布于 2024-09-04 12:15:01 字数 285 浏览 3 评论 0原文

菜单样式:

文件 .工具
-文件1 -工具1
-文件2 -工具2
-file3 -tool3

数据表包含类似的行。

col1 col2
------------
文件文件1
文件文件2
文件文件3
工具工具1
工具工具2
工具工具3

如何将我的数据表值动态绑定到菜单条中我动态地从数据库获取数据表值。

根据我的数据表值,菜单应该显示在我的表单中。

Menu style:

File . Tool
-file1 -tool1
-file2 -tool2
-file3 -tool3

datable contains the rows like.

col1 col2
------------
File file1
File file2
File file3
Tool tool1
Tool tool2
Tool tool3

How to bind my data table value into menu strip dynamically i get my data table values from database dynamically.

Based on my data table value the menu should display in my form.

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

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

发布评论

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

评论(1

百善笑为先 2024-09-11 12:15:01

如果您从数据库表构建菜单,则可以通过将其连接到根据权限集排除记录的另一个表或视图来安全地修剪它。

下图说明了为用户设置角色权限的基础知识,并包含几个其他表格,用于安全调整表单上的各个控件。

Windows 窗体应用程序中基于控制的安全性

替代文字

If you are building the menu from a database table, you can security trim it by joining it to another table or view that excludes records on the basis of the permissions set.

The diagram below illustrates the basics of setting up role permissions for users, and contains a couple of other tables for security trimming individual controls on the form as well.

Controls Based Security in a Windows Forms Application

alt text

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