首页 > Web开发 > 详细

解决 aspx 页面 TextBox 不支持 type="number"

时间:2015-12-24 22:22:32      阅读:252      评论:0      收藏:0      [点我收藏+]

安装 framework 4 并且打上补丁 

Microsoft .NET Framework 4 可靠性更新 1 (KB2533523)

https://www.microsoft.com/zh-cn/download/details.aspx?id=27014

 我没有试,但跟据下面的结果来看,安装 4.5应该是可以解决的.

 

<!-- this HTML tested in each .NET version -->
<asp:TextBox runat="server" type="number" />
Here are the results:

<!-- ASP.NET 2.0, 3.0, and 3.5 -->
<input name="ctl01" type="text" type="number" />

<!-- ASP.NET 4.0 and 4.5 -->
<input name="ctl01" type="number" />

 

解决 aspx 页面 TextBox 不支持 type="number"

原文:http://www.cnblogs.com/BinBinGo/p/5074380.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!