【问题标题】:asp .net 4.0 autonumeric textchnaged Autopostbackasp .net 4.0 autonumeric textchnaged Autopostback
【发布时间】:2018-01-17 17:26:49
【问题描述】:

我正在使用 autonumeric 1.4.5 来格式化这样的文本框

function pageLoad() {
  jQuery(function () {
     $('input.auto').autonumeric();
   });
}

我在用户控件内有一个文本框,其中 AutoPostBack="True" 和事件 TextChanged 的​​方法。 如果我输入一个 3 位或更少的数字,它就可以工作,但不能输入 4 位或更多。 autonumeric 方法似乎禁用了 autobostback。

【问题讨论】:

    标签: c# asp.net autopostback


    【解决方案1】:

    您使用的版本非常非常旧(多年前!)并且不再受支持。

    你应该试试今天发布的latest stablev4.1.0

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-09-15
      • 2015-10-29
      相关资源
      最近更新 更多