在 ASP.NET 日历控件的 OnDayRender 事件期间添加 LinkButtons
因此,我需要根据数据库中的数据动态地向 asp:calendar 控件的每个单元格添加一些链接按钮。我想知道执行此操作的最佳方法是什么,以便链接按钮将在回发时连接到其事件(据我所知,在 Day Render 事件上创建链接按钮并在 LinkButton 事件之后将其添加到那里)已解雇)。
有没有人有一个好的方法来处理这个问题?
So I need to add some link buttons to each cell of a asp:calendar control dynamically based on data in the database. I wondering what the best way to do this is so that the the link buttons will be wired up to their events on postbacks (as to my knowledge creating the link buttons on the Day Render event and adding them there will occur after the LinkButton events would have fired).
Does anyone have a nice way to handle this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:这是一个黑客,但它有效,你必须巧妙地处理事件命名...等
标记:
代码隐藏:
EDIT: This is a hack but it works, you will have to get crafty with the event naming...etc
Markup:
Code-Behind: