Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在asp.net中选择文本“示例数据”禁用文本框后,IE 9浏览器冻结
<asp:TextBox ID="FirstName" runat="server" Text="Sample Data" Enabled="false" />