文本框验证,应通知文本框中的值更改 [英] textbox validation,should notify the value change in textbox

查看:104
本文介绍了文本框验证,应通知文本框中的值更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有客户端服务器application.in vb.net

我想要的是,如果客户端中任何文本框的值发生变化,服务器端应用程序应该收到有关值更改的通知通过将值的颜色更改为红色。



更清晰

我有一个vb.net应用程序。

安装在两台机器上。一台作为客户端,另一台作为服务器。

i可以从服务器监控和处理客户端应用程序。

如果有任何文本框值客户端更改,服务器应通过将其字体颜色更改为红色来获得通知。



请帮助我这个..有没有人可以给我答案。 。

I have client server application.in vb.net
what i want is , if the value of any textbox in the client side changes,the server side application should get notified about the change of value by changing color of the value to red.

to be more clear
I have a vb.net Application.
Installed on two machines.one as client and the other as server.
i can monitor and handle the client application from the server.
if any text box value in the client changes,the server should get notify by changing its font color to red.

please assist me in this..is there anybody who can give me the answer..???

推荐答案

你可以实现TextBox.TextChanged事件,但你可能最好在Javascript中实现这个比在服务器中保存往返更好 - 速度很慢,可能会中断用户工作流程。
You can implement the TextBox.TextChanged event, but you would probably be better off implementing this in Javascript than in the server to save a round trip - which will be slow, and may interrupt the user workflow.


这篇关于文本框验证,应通知文本框中的值更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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