当前位置:编程学习 > C#/ASP.NET >>

动态加载动态加载web用户控件 但不能触发 控件的事件是怎么回事?

动态加载动态加载用户控件
UserControl_proinfo proi = (UserControl_proinfo)this.LoadControl("proinfo.ascx");
这个proinfo.ascx里有个imgbutton按扭  

控件的事件如:
    protected void ImageButton2_Click(object sender, ImageClickEventArgs e)
    {
       Response.Redirect("shopcar.aspx");
   
    }

但就是不触发  是怎么回事?
--------------------编程问答-------------------- 在init事件中添加控件 --------------------编程问答-------------------- 可能LZ加载用户控件的事件写错了 --------------------编程问答-------------------- 顶下
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,