Sunday, April 2, 2017

textbox or dropdownlist disable by javascript


   $(document).ready(function () {
            document.getElementById("idCarddt").disabled = true;
            document.getElementById("idAgentname").disabled = true;


  });

Go to my channel Youtube channel for programmer. It will be helpful for you. Subscribe my channel.
Thank you.


No comments:

Post a Comment