Results 1 to 2 of 2

Thread: Loading a DataGrid with a desktop application's variables

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2002
    Location
    Florida/Maryland
    Posts
    21

    Loading a DataGrid with a desktop application's variables

    Does anyone know if/how I can populate a DataGrid with data (variables) within a desktop application with vb.net without using a database?

    Thanks in advance

    Terje

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    You don't need a database, you just need something that the grid can be bound to, like an ArrayList or anything else that implements IEnumerable.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width