Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <asp:TextBox ID="txtDate" runat="server" ReadOnly="True"></asp:TextBox>
  2.  
  3. txtDate.Attributes.Add("readOnly", "readonly");
  4.  
  5. $('#txtDate').attr("readonly", true);
Add Comment
Please, Sign In to add comment