Hi
i am developing one application in C#.Net and going to write a window
client/server application.my database is sqlserver2005 and the data will update every min.I am using timer control for updated data.
what i need to do is push the up-to-date data to clients
from server directly. Clients just need to read the data.How i will solve the problem.
Start Free Trial