Results 1 to 5 of 5

Thread: updating a dataset using a datagrid [*Resolved*]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    Resolved updating a dataset using a datagrid [*Resolved*]

    Hello

    I have a datagrid that is filled using the dataadapter. The datagrid that can be edited. Once the customer has completed the editing l want to update the new contents of the datagrid. This is what l have so far:

    Code:
    da.SelectCommand = cmd;
    da.Fill(ds,"Product");
    
    this.grdCustomerPurchase.SetDataBinding(ds,"Product");
    
    //How would l update the dataset once the customer has edited the contents of the datagrid
    Many thanks in advance,

    Steve
    Last edited by steve_rm; Dec 9th, 2005 at 12:18 AM.
    steve

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