Updating Control

  • Thread starter Thread starter csharpula csharp
  • Start date Start date
C

csharpula csharp

Hello,
I would like to know if there is an elegant way to present updating
content on control such as DataGrid . The inpu of it can be an updating
url. How can I do it in WinForms?
Thank you
 
What do you mean by updating content? If you change the underlying data
source, the data in the grid that is bound to that source will update.

Or did you mean something else?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top