Example #1
0
        //查詢資料

        //查詢資料
        protected void btnLookup_DirectClick(object sender, Ext.Net.DirectEventArgs e)
        {
            string Find_SYSTEM_ID  = "WB";
            string Find_USER_NOTES = this.Find_USER_NOTES.Text;
            string Find_MAIL_ADS   = this.Find_MAIL_ADS.Text;

            _msg = "";
            LookupReFlash(Find_SYSTEM_ID, Find_USER_NOTES, Find_MAIL_ADS);
            String counts = DBProcess_mail.Count(Find_SYSTEM_ID, Find_USER_NOTES, Find_MAIL_ADS, ref _msg);

            X.MessageBox.Alert("提示", " After search , all have   " + counts + " counts ").Show();
        }