Tabcontainer activetabindex chnaged事件对同一个索引不起作用? [英] Tabcontainer activetabindex chnaged event is not working for same index?

查看:83
本文介绍了Tabcontainer activetabindex chnaged事件对同一个索引不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





Hi ,

protected void TCManageEmployeeProfile_ActiveTabChanged(object sender, EventArgs e)
       {
           if (TCManageEmployeeProfile.ActiveTabIndex == 6)
           {
               ucExporttoPDF.DisplayExporttoPdfPopup();
           }
       }





这是第一次点击工作...但是当我再次点击相同时,事件不会被触发..



请建议//我在这个点击上打开弹出



this is working for first click ... however when i click again for same , event wont get trigger ..

please suggest // I am opening popup on this click

推荐答案

如果您使用更新面板,则使用触发器。
if you use update panel then use trigger .


这篇关于Tabcontainer activetabindex chnaged事件对同一个索引不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆