1.dropdownlist的綁定this
BLLAuction bll_getAuction=new BLLAuction(); this.ddlauctioncode.DataSource = bll_getAuction.GetAuctionList(); this.ddlauctioncode.DataTextField = "Name"; this.ddlauctioncode.DataValueField = "code"; this.ddlauctioncode.DataBind(); this.ddlauctioncode.Items.Insert(0, new ListItem("請選擇拍賣場次", ""));
2.後臺執行jsspa
this.ClientScript.RegisterStartupScript(this.GetType(), this.Title, "alert('信息設置成功!');", true);