你说的应该是DropDownList吧。在DropDownList的SelectedIndexChanged事件中。获取值。 代码: string zhi = this.DropDownList1.DataValueField.toString(); 赋值另一个DropDownList代码:this.DropDownList2.DataValueField=zhi;
int x = 1;
string y=string.Format("x的值是{0}", x);
Console.WriteLine(y);