public void MyBind() { DataTable dt = proBll.Sel("6", Skey_T.Text.Trim()); RPT.DataSource = dt; RPT.DataBind(); }