本文介绍了如何为15个linkbutton单击事件实现相同的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想以水平方式将一棵树绑定到2个级别
为此,我使用了15个静态链接按钮
当我单击任何链接按钮时,我需要显示该特定用户的树.


我想为这15个不同的linkbutton单击事件实现相同的功能.

是否可以实现而无需在

解决方案


Hi,

I want to bind a tree in horizontal manner upto 2 levels
for that i am using 15 static link buttons
when i click on any link button then i need to display tree of that particular user.


I want to implement same functionality for those 15 different linkbutton click events.

Is it possible to implement it without writing 15 click events in code behind

解决方案



这篇关于如何为15个linkbutton单击事件实现相同的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 09:14