<asp:TextBox ID="TextBox1" runat="server" onkeypress="return false;"/>OR
TextBox1.Attributes["readonly"] = "true";
A new type of spam for Google Analytics, will Google do something for this? Related discussion: http://moz.com/community/q/ga-event-t...
<asp:TextBox ID="TextBox1" runat="server" onkeypress="return false;"/>OR
TextBox1.Attributes["readonly"] = "true";