Exemplo n.º 1
0
 private void getcode()
 {
     TextBox3.DataSource    = data.GetDataReader("select distinct danwei from wfshengqing where IsChk='否'");
     TextBox3.DataTextField = "danwei";
     TextBox3.DataBind();
 }