Wednesday, 21 January 2015

How to set TextBox readOnly property false using javascript?

  document.getElementById(“textboxId.ClientID”).readOnly=false;

No comments:

Post a Comment