摘要: //定义函数,在DropDownList改变选项时回发到服务器并激发该事件 protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { Response.Redirect(Request.Path + "?Page=" + DropDownList1.SelectedValue.ToString()); }//DropDownList 数据绑定 public void DropDownList1_DataBind() { DropDownList1.Items.Add(new 阅读全文
posted @ 2008-05-16 13:12 流浪者的飘 阅读(275) 评论(0) 推荐(0)