javascript - Disable (or) Prevent cursor placement in ASP Read Only textbox -
javascript - Disable (or) Prevent cursor placement in ASP Read Only textbox -
in solution, there's 1 asp.net readonly textbox . when clicking on it, blinking cursor inserted causes user believe can edit.
could please suggest me best approach avoid this..!!!
i tried many approaches of no use.
have tried setting enabled attribute false on textbox? like:
<asp:textbox id="textbox1" runat="server" enabled="false" text="text">
the text appear in text box , still highlight text can't place cursor in box. set enabled property code behind if wanted status alter true @ point.
javascript asp.net javascript-events asp-classic
Comments
Post a Comment