创建具有两个或多个复选框按钮的复选框控件

发布于 2024-11-08 05:37:47 字数 228 浏览 0 评论 0原文

我需要创建一个包含动态复选框控件的页面。我通过在 page_init 事件中向占位符添加控件来处理此问题。

现在,我必须更改控件以这种方式呈现

复选框列表的预期呈现

一个选项包含 3 个复选框和前 2 个复选框被禁用,并向用户提供一种选择第三个复选框的建议

我如何实现这种要求?

I am having a requirement to create a page which contains dynamic check box controls. I am handling this by adding controls to Placeholder in page_init event.

Now, i have to change the controls to render in this way

Expected rendering of checkbox list

One option contains 3 checkboxes and first 2 checkboxes are disabled and gives a kind of suggestion to the user to select the 3rd checkbox

How can i achieve this kind of requirement?

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

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

发布评论

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

评论(3

你丑哭了我 2024-11-15 05:38:20

您可以使用具有三个复选框列的 GridView:

http://www.ezzylearning.com/tutorial .aspx?tid=5187857

You can use a GridView with three checkbox columns:

http://www.ezzylearning.com/tutorial.aspx?tid=5187857

⒈起吃苦の倖褔 2024-11-15 05:38:19

使用 repeater 控件:当需要动态创建一组相同的控件。

Use repeater control: it's good when is a need to dynamically create group of same controls.

客…行舟 2024-11-15 05:38:19

我不确定您到底遇到了什么问题,但要禁用 CheckBox,您只需将 Enabled 属性设置为 false >。

I'm not sure what you're having a problem with exactly, but to disable a CheckBox you just have to set the Enabled property to false.

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