Display CSV data in DataGridView (C# code)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 29

  • @jonlbs7
    @jonlbs7 2 ปีที่แล้ว

    👌👌👌👌👍👍👍👍 Excellent

  • @niyazigokmen5612
    @niyazigokmen5612 2 ปีที่แล้ว

    How do you solve it if you have more columns because with 4 it works but if I add more it will say index out of bounds.

  • @mateboros952
    @mateboros952 3 ปีที่แล้ว +1

    System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' how to fix?

    • @robertobrenes5283
      @robertobrenes5283 3 ปีที่แล้ว

      I have the same error, this is caused by the array size as far as I know
      I solved my error adding this line at the bottom of the for loop shown at 6:42 (right after the foreach inside this for ends)
      dt.Rows.Add(dr); hope it helps

    • @niyazigokmen5612
      @niyazigokmen5612 2 ปีที่แล้ว

      @@robertobrenes5283 where do you mean bro I can not solve the problem? it will say this row already exist if I do that?

  • @denizkamil908
    @denizkamil908 6 ปีที่แล้ว +1

    You need to use dt.Rows.Add(dr) to add the generated row

    • @lukoppc
      @lukoppc 4 ปีที่แล้ว

      Now it works ! thanks

  • @marlinkuka4902
    @marlinkuka4902 6 ปีที่แล้ว

    The line dr[headerWord] = dataWords[coulmnIndex++] errors out "The coulmn does not belong to table". Do you know why this happens and how to solve it? It would be helpful. Thanks in advance

  • @neelred10
    @neelred10 6 ปีที่แล้ว

    Do you have this sample available for download?

  • @Slipknoted911
    @Slipknoted911 7 ปีที่แล้ว

    Thanks a lot ! very helpful.
    What is the music from 7:20 btw ?

  • @bilgideposu5486
    @bilgideposu5486 11 หลายเดือนก่อน

    Thank you

  • @hans-jorgeitner1803
    @hans-jorgeitner1803 4 ปีที่แล้ว

    I did this on my computer and have following problem. Visual Studio 2019 Compiler shows an errorSchweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
    Fehler CS1583 Fehler beim Lesen von Win32-Ressourcen: Bei Win32-Ressourcen, bei denen angenommen wird, dass sie im COFF-Objektformat vorhanden sind, fehlen ein oder beide Abschnitte der Dateien '.rsrc$01' und '.rsrc$02' CSVData D:\Anlage\CSVData\CSC 1 Aktiv
    I use MS Windows 10, 64bit version and MS Visual Studio 2019 Professional also 64bit version.
    Do I missing a using (import) component, workflow. I don't find something about in literature or at MS usermanual.
    Excuse my bad English. Perhaps somebody can help me. It is the entrance for my program to read Data out of an csv - file
    from extern.
    Best Regards from
    Hans Jörg Eitner

  • @bimexpert5359
    @bimexpert5359 4 ปีที่แล้ว

    Justo lo que necesitaba, gracias!

  • @StaceyWilsonlosangeles
    @StaceyWilsonlosangeles 6 ปีที่แล้ว

    Great Demo... It actually worked for me after a few display issues...

  • @FulyaOguz
    @FulyaOguz 5 ปีที่แล้ว +1

    Thanks a lot. It helped me. :))

  • @Swargathaa
    @Swargathaa 6 ปีที่แล้ว +2

    Its not working for me

  • @kdc6396
    @kdc6396 2 ปีที่แล้ว

    Thanks a lots !!!!!!!!.......

    • @gautammokal
      @gautammokal  2 ปีที่แล้ว

      Thank you for watching!

  • @learningfromYT
    @learningfromYT 6 ปีที่แล้ว

    Awesome, thanks for your help

  • @assassinsdeadpool4925
    @assassinsdeadpool4925 6 ปีที่แล้ว +2

    Not working

  • @bicboysam2347
    @bicboysam2347 5 ปีที่แล้ว +4

    Someone copied this and used it in a post if u want the code all typed out. Although this is not a very efficient way to do this... www.c-sharpcorner.com/forums/csv-importing-to-datagridview-with-commas-and-double-quotes

  • @princeaugustine1929
    @princeaugustine1929 6 ปีที่แล้ว +4

    thanks for putting useful information but atleast don't put shitty songs in video ...

  • @didierleprince6106
    @didierleprince6106 6 ปีที่แล้ว

    Muchas gracias

  • @ducnt62
    @ducnt62 5 ปีที่แล้ว

    Thanks a lots !

  • @abdulrafeyartist5025
    @abdulrafeyartist5025 5 ปีที่แล้ว

    Thankyou so much

  • @carlosparro3382
    @carlosparro3382 5 ปีที่แล้ว

    thank you a lottt!!!!

  • @servetbulut6155
    @servetbulut6155 5 ปีที่แล้ว

    thanks a lots