DropDownList 的妙用

 ddlProject.Attributes.Add("onchange","location.href='" + Page.ResolveUrl("~/Bugs/ProjectSummary.aspx") + "?pid=' + this.options[this.selectedIndex].value + ''");

posted on 2008-02-26 14:15  newr2006  阅读(134)  评论(0)    收藏  举报

导航