ASP.Net - Repeater模板和事件

发布于 2024-12-10 18:16:57 字数 155 浏览 2 评论 0原文

只是一个随机问题,

在 ASP.Net 中,我有一个实现 ITemplate 的类。该类内部有一个 DropDownList。我想处理DropDownList的SelectedIndex_Changed事件。

我把事件处理放在哪里?是在页面级别吗?是在模板级别吗?

Just a random question,

In ASP.Net, I have a class that implements ITemplate. That class has a DropDownList inside of it. I want to process the SelectedIndex_Changed event of the DropDownList.

Where do I put the event processing? Is it at the page level? Is it at the template level?

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

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

发布评论

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

评论(1

人事已非 2024-12-17 18:16:57

如果下拉列表存在于模板中,而不是页面级别,那么您应该在模板中处理该事件。添加一些代码可能有助于澄清您的问题。

If the drop down exists in the template, and not at the page level, then you should handle the event in the template. Adding some code might help clarify your question.

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