System.Web.UI.UserControl uc = (System.Web.UI.UserControl)FindControl("ProductCategory1");
            DropDownList ddl1 
= (DropDownList)uc.FindControl("ddlType1");
            DropDownList ddl2 
= (DropDownList)uc.FindControl("ddlType2");
            DropDownList ddl3 
= (DropDownList)uc.FindControl("ddlType3");
            DropDownList ddl4 
= (DropDownList)uc.FindControl("ddlType4");
posted on 2007-11-27 11:48  小角色  阅读(500)  评论(0)    收藏  举报