Does anybody know how to create a screen or webpage using c# displaying some realtime data. What is the best way to retrieve the data from database (sql server) ? for example, is there a way to create a notification from dataset and that triggers the form to update corresponding object ?
Thanks in advance.