文本框验证,应通知文本框中的值更改

编程入门 行业动态 更新时间:2024-10-25 10:23:21
本文介绍了文本框验证,应通知文本框中的值更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有客户端服务器application.in vb 我想要的是,如果客户端中任何文本框的值发生变化,服务器端应用程序应该收到有关值更改的通知通过将值的颜色更改为红色。 更清晰 我有一个vb应用程序。 安装在两台机器上。一台作为客户端,另一台作为服务器。 i可以从服务器监控和处理客户端应用程序。 如果有任何文本框值客户端更改,服务器应通过将其字体颜色更改为红色来获得通知。 请帮助我这个..有没有人可以给我答案。 。

I have client server application.in vb 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 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.

更多推荐

文本框验证,应通知文本框中的值更改

本文发布于:2023-11-03 16:04:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1555520.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:框中   文本框   文本   通知

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!