FineUI 官方论坛
标题:
【非BUG】数字输入框NumberBox的TextChanged事件无法触发
[打印本页]
作者:
yhnmjkl
时间:
2015-3-25 14:42
标题:
【非BUG】数字输入框NumberBox的TextChanged事件无法触发
前台代码如图,后台:
protected void nbBuyCount_TextChanged(object sender, EventArgs e)
{
int price = Common.GetGoodsModelByID(Convert.ToInt32(lblBuyGoodsID.Text)).Price;
int count = Convert.ToInt32(nbBuyCount.Text);
lblBuyPrice.Text = (price * count).ToString();
}
改变数字框的数字,页面无反应,调试也不触发该事件。
作者:
zy32002
时间:
2015-3-25 17:14
因为没回发,设置回发属性
作者:
yhnmjkl
时间:
2015-3-27 13:37
zy32002 发表于 2015-3-25 17:14
因为没回发,设置回发属性
解决了谢谢,我以为是默认回发的
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4