当text.net作为asp.net vb.net中的相同值时,textbox textchanged不会触发 [英] textbox textchanged not fires when text as same value in asp.net vb.net

查看:57
本文介绍了当text.net作为asp.net vb.net中的相同值时,textbox textchanged不会触发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

第一次用户输入(示例100)到文本框,而不是textchanged事件。当用户再次在文本框中键入相同值(100)时,textchanged事件根本不会触发。

1st time user enters (example 100) into the text box than textchanged event fires well. When the user types the "same value"(100) in the text box again textchanged event didn't fire at all.

推荐答案

Hi


postback.so上没有发生文本更改。文本更改事件不会从服务器端触发。



你可以使用像onblur这样的javascript函数来实现



谢谢
Hi
No text change is happening on postback.so textchange event wont fire from server side.

you can use javascript functions like onblur to acheive that

Thanks


这篇关于当text.net作为asp.net vb.net中的相同值时,textbox textchanged不会触发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆