Wednesday, 21 January 2015

How to set TextBox readOnly property true using javascript?

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

No comments:

Post a Comment