Click here to Skip to main content
15,868,002 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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..???
Posted
Updated 23-Jan-13 5:45am
v3

1 solution

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.
 
Share this answer
 
Comments
saurabh kumar mahto 23-Jan-13 5:51am    
thanks for your reply..
I am new to this language..can you please help me with some reference code snippet or link..
thanks a lot..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900