ASP.NET文本框禁止输入

OnKeyPress 事件

<asp:TextBox runat="server" OnKeyPress="event.returnValue=false;"></asp:TextBox>