Exemplo n.º 1
0
    protected void RemoveAlert()
    {
        string msg = this.pAlertmsg.InnerText;

        LoanDSTableAdapters.LoanApplicationsTableAdapter loanApp = new LoanDSTableAdapters.LoanApplicationsTableAdapter();
        loanApp.saveAlert("",
                          MySessionManager.AppID);
        LoanDSTableAdapters.AlertLogsTableAdapter alertLog = new LoanDSTableAdapters.AlertLogsTableAdapter();
        // LoanDS.AlertLogsDataTable tblAlertLog = alertLog.
    }
 public static void removertalert()
 {
     LoanDSTableAdapters.AlertLogsTableAdapter alert = new LoanDSTableAdapters.AlertLogsTableAdapter();
     alert.RemoveAlert(MySessionManager.AppID);
    
 }
Exemplo n.º 3
0
 public static void removertalert()
 {
     LoanDSTableAdapters.AlertLogsTableAdapter alert = new LoanDSTableAdapters.AlertLogsTableAdapter();
     alert.RemoveAlert(MySessionManager.AppID);
 }
    protected void RemoveAlert()
    {
        string msg = this.pAlertmsg.InnerText; 
        LoanDSTableAdapters.LoanApplicationsTableAdapter loanApp = new LoanDSTableAdapters.LoanApplicationsTableAdapter();
        loanApp.saveAlert("",
                          MySessionManager.AppID);
        LoanDSTableAdapters.AlertLogsTableAdapter alertLog = new LoanDSTableAdapters.AlertLogsTableAdapter();
       // LoanDS.AlertLogsDataTable tblAlertLog = alertLog.


    }