Customcontrol事件可以被覆盖吗?

发布于 2024-09-17 00:17:05 字数 91 浏览 8 评论 0原文

我有一个 gridview 自定义控件,因为该分页事件已在单独的类库中定义。我可以在我使用自定义控件的 aspx.cs 中编写分页事件,而不是从单独的类文件调用该事件吗

I have a gridview customcontrol, for that paging event has defined in seperate class library. Can i write an paging event in my aspx.cs where i am using the customcontrol instead of calling that event from seperate class file

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

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

发布评论

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

评论(1

笑梦风尘 2024-09-24 00:17:44

如果您公开自定义控件中的事件,则可以在代码隐藏中使用它们。

已经有点旧了,但它显示了如何做到这一点:
使用事件创建自定义 .NET Web 控件

我还发现这些教程很有趣:开发自定义 ASP.NET 服务器控件。

If you expose events from your custom control you can use them in your codebehind yes.

Already a bit older but it shows how to do it:
Creating a Custom .NET Web Control With Events
.

I also found these tutorials to be interesting: Developing Custom ASP.NET Server Controls.

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