update dataset

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shamaila
    New Member
    • Jul 2007
    • 29

    update dataset

    i m using dataadapter to handle dataset..the date is shown in the datagrid..now i want to update the records edited by the user
    i have used one button to show the records,(in which i hv declared dataadapters and dataset)

    and behind "edit record" button i want to write the code for updation

    if i use the command

    DataAdapter.Upd ate(Dataset);

    what should i do as the dataadpter and dataset are declared behind the other button??
    is there any other option
    ( i m not using stored procedures)
Working...