File to ArrayList...C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhii
    New Member
    • Feb 2008
    • 30

    File to ArrayList...C#

    hi Everyone,
    my problem is to fetch the data from file into array...actuall y m using one third prty grid..in which i want to show the data...i am having one file which contains the data which is in binary format...and i want to fetch that data from file & show it into Grid so can anyone plz tel me how i can do that...& i am thinking of using the arraylist....i mean file to arraylist then arrayllist to Grid...
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    For starters, search google for tutorials on C#. This is pretty basic stuff.

    I also recomending reading msdn for the System.IO.File class, it will probably help.

    Comment

    Working...