<asp:TextBox ID="TextBox1" runat="server" onkeypress="return false;"/>OR
TextBox1.Attributes["readonly"] = "true";
package bruce.lib.swing; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.A...
<asp:TextBox ID="TextBox1" runat="server" onkeypress="return false;"/>OR
TextBox1.Attributes["readonly"] = "true";