阅读背景:

更新DropDownList时,未正确选择所选值;而是返回随机值

来源:互联网 
protected void wbsDropDown_Change(object sender, EventArgs e)
{
    //txtWBSDesc.Text = wbsDropDown.SelectedItem.Value.ToString();
    //txtWBSDesc.Text = wbsDropDown.SelectedValue.ToString().Trim();   
    txtWBSDesc.Text = this.wbsDropDown.SelectedValue.ToString().Trim();
}
protected void wbsDropDown_Change(object sender



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: