Example #1
0
 // After serarch data  , keep the data
 protected void LookupReFlash(string SYSTEM_ID, string USER_NOTES, string MAIL_ADS)
 {
     _msg   = null;
     dtTemp = DBProcess_mail.Lookup_(SYSTEM_ID, USER_NOTES, MAIL_ADS, ref _msg);
     this.Storemail.DataSource = dtTemp;
     this.Storemail.DataBind();
 }