62,268
社区成员
发帖
与我相关
我的任务
分享protected void TextBox2_TextChanged(object sender, EventArgs e)
{ string ProductId;
ProductId=GridView1.... (这里怎么得到写呀? )
TextBox3.Text=DataSet1TableAdapters.pz2008_z2TableAdapter.GetData(ProductId);
}
}