ASP.NET CollapsiblePanelExtender:一个目标上有两个展开/折叠按钮
如何在 ASP.NET 中为 CollapsiblePanelExtender 设置两个按钮?
比如说,我有一个带有图像和由一些文本分隔的文本的面板。我希望我的图像和文本成为展开/折叠面板的触发器。
How to set a two buttons for CollapsiblePanelExtender in ASP.NET?
Say, I have panel with Image and a text separated by some text. I want my Image and a text to be the trigger to expand/collapse my Panel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加 ImageButtion 作为 ExpandControl 并使用文本框 keyup 事件在客户端展开扩展器:
Add ImageButtion as ExpandControl and use textbox keyup event to expand extender on client side: