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

动态加载用户控件 不触发控件的事件....

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

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

但就是不触发  是怎么回事? --------------------编程问答-------------------- 高手帮忙看看~~ --------------------编程问答-------------------- 我顶,正遇到这样的问题 --------------------编程问答-------------------- 动态加载用户控件在哪个事件里执行的??
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,