How to Save and Load Listview content to and from file in C#

Поділитися
Вставка
  • Опубліковано 30 лис 2024

КОМЕНТАРІ • 5

  • @adamhendey6838
    @adamhendey6838 3 місяці тому

    Thank you! This is the piece that I was missing. I did not what to use SQL or XML. Always learning!!!

  • @theafrorambo5081
    @theafrorambo5081 2 роки тому +3

    Quite informative, thanks for the content💯🙏🏾

  • @Thanh-t8w
    @Thanh-t8w 5 місяців тому

    I did as you instructed in the video but it gives me an error saying "ListView does not contain a definition for 'savedFile' and no accessible extension method 'savedFile' accepting a first argument of type 'ListView' could be found (are you missing a using directive or an assembly reference?)"
    Please show me how to fix it!