In dotnetnuke we are not able to disable asp button after single click.
Last Post 04/11/2014 1:28 PM by Joseph Craig. 1 Replies.
Author Messages
Krishna Baderia
Posts:


--
04/11/2014 9:46 AM
    here is our code:

    btnGREntry.Attributes.Add("onclick",
    Page.ClientScript.GetPostBackEventReference(btnGREntry, "") +
    ";this.value='Please wait while docket is saving...';this.disabled = true;");
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/11/2014 1:28 PM

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---