用另一个控件替换中继器中的控件

发布于 2024-12-25 06:52:45 字数 89 浏览 0 评论 0原文

我有一个带有文本框的中继器,当我在中继器上进入编辑模式时,我想用可用选项的下拉列表替换文本框。有没有办法删除项目数据绑定上的文本框并将其替换为所选行索引的下拉列表。

I have a repeater that has a text box and when I enter edit mode on my repeater, I want to replace the text box with a dropdownlist of available options. Is there a way to remove the text box upon item databind and replace it with a dropdownlist for the selected rows index.

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

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

发布评论

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

评论(1

浅浅淡淡 2025-01-01 06:52:45

使用您正在使用的任何内容来指示 OnItemDataBound 事件中的编辑模式和编辑索引。那么最简单的方法就是隐藏文本框并显示下拉列表。这是否适合您取决于您​​想要做什么。

Use whatever you are using to indicate edit mode and edit index in the OnItemDataBound event. Then the easiest way is to just hide the text box and show the dropdownlist instead. Whether this works for you or not is dependent on what you're trying to do.

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