Real Time Data with gridview in winform

Hiteshkumar Patel 21 Reputation points
2022-09-02T06:50:18.033+00:00

Hello Everyone,
for last few month i am looking a solution for real time data display for my WinForms application but still I am not getting any straight forward example which guide me. I want to use real time data in my grid view with conditional formatting.
Is there any solution example for this?

Thanks All,

Developer technologies Windows Forms
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
Developer technologies Transact-SQL
SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Tom Phillips 17,771 Reputation points
    2022-09-02T17:12:46.563+00:00

    This is really an MVC question, not a SQL Server question.

    I suggest you look at this:
    http://burnignorance.com/asp-net-developer-tips/to-refresh-gridview-data-regularly-without-any-page-postback/

    0 comments No comments

  2. Olaf Helper 47,436 Reputation points
    2022-09-06T06:38:25.087+00:00

    Is there any solution

    Sure there is a solution ... implement it. But with that less on informations it's impossible to give further suggestion.
    How does your database design look like?
    How does your current implementation look like?
    How do you define "real time"?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.