Results 1 to 3 of 3

Thread: What's the usage of DataGrid?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Question What's the usage of DataGrid?

    well kind of a silly question, but to tell you the truth I dont know the answer

  2. #2

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    bump bump, VB.NET forums is getting busy btw

  3. #3
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    Datasets primarily are designed to display disconnected data by binding them to a dataset or datatable. This data can come from a datasource or be custom created in code. The user can edit records in the datagrid and then via code you can update the source. i.e. their changes will be reflected in the disconnected dataset but your code actually sends these updates to the database for example when you wish. This is the primary use of the datagrid. For displaying uneditable data you would opt for a listview or something from a datareader with less overhead.

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