Results 1 to 3 of 3

Thread: Update Data Source from a DataGrid

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2003
    Location
    Switzerland
    Posts
    2

    Question Update Data Source from a DataGrid

    I'm a beginner

    Do anybody can tell me how to commit changes to the DataSource if they've been made in a DataGrid??

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    It depends on what the datasource is. If the datasource is a dataset then you'd need to perform the update via a dataadapter.

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2003
    Location
    Switzerland
    Posts
    2
    Thank you, it works now. I used a DataAdapter with a CommandBuilder

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