Search results for query: *

  • Users: windoz
  • Content: Threads
  • Order by date
  1. W

    Question DataGridView Matrix

    Hi, I have a .csv file which automatically updates with sales data. This data is loaded into a datagridview, but is there a way to display this into a datagridview matrix ? Data is as follows; Header as: Person, Sales, Area Data as: Person 1, £200, North Person 2, £100, South Person 3, £95...
  2. W

    Datagridview Changes

    Hi, I'm currently using VB.net 2019 and have a program which contains a datagridview. The purpose of the datagridview is to load the .csv file every 5 mintues and the datagridview is updated to reflect any changes. For example Data imported Name Checked Date Time Timestamp John...
  3. W

    Resolved Merge Bindingsources to a Master

    Hi, Can anyone be kind enough to assist me with the following situation; I have a weekly data file (.csv) and a historic datafile (.csv) and I wish to merge these together and present this within a datagridview. I have 1 command button which loads the Weekly Data and displays that in...
  4. W

    Resolved csv to multiple datagridviews

    Hello, Is there a way I can load a csv file into 5 datagridviews. I will then assign a command button for each datagridview which will filter for something specific for each datagridviews. The reason to the 5 datagridviews is that I can then create a dashboard which will refresh every so...
Back
Top