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,

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,820 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,638 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,450 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,547 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Tom Phillips 17,716 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 40,656 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"?