﻿function noPostBack() {

    PageMethods.noReloadPostback();
}

function onUpdating() {
    var RDateVisite = document.getElementById('M_thisReguleDateVisite');
    var RDateVente = document.getElementById('M_thisReguleDateVente');
    if (RDateVisite.style.visibility == 'hidden' && RDateVente.style.visibility == 'hidden') {
        var aspnetForm = $get("aspnetForm");
        aspnetForm.style.cursor = "wait";


        var btntrouver = $get("M_BoBtntrouver");
        btntrouver.value = "En cours...";

        var divWait = $get("M_divWait");
        divWait.style.visibility = "hidden";
        var thisdatapager = $get("ctl00_ContentPlaceHolder1_DataPager1");
        if (thisdatapager != null) {


        }
    } 
}



//function onUpdated() {
//    var aspnetForm = $get("aspnetForm");
//    aspnetForm.style.cursor = "default";
//    var divWait = $get("ctl00_divWait");
//    divWait.style.visibility = "hidden";
//    
//}