C#+dataset bound to a datagrid + no update + VVV urgent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • radhikabista
    New Member
    • Feb 2008
    • 7

    C#+dataset bound to a datagrid + no update + VVV urgent

    hi,

    my program binds a dataset to datagrid so that it can get footer row. now the problem is. user can get the datagrid make changes to datagrid but can not update the changes .

    what my be the problem.
    i need your suggestion.

    Thanks
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Have you included an update statement for your data adapter (or SqlDataSource, depending on which one you used)?

    Comment

    • kenobewan
      Recognized Expert Specialist
      • Dec 2006
      • 4871

      #3
      There are many assumptions we need to make before making suggestions. I would guess its the update statement. Do you get any errors? Please read the Posting Guidelines and give more info. Thanks.

      MODERATOR

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        Originally posted by insertAlias
        Have you included an update statement for your data adapter (or SqlDataSource, depending on which one you used)?
        Great minds think alike ;)...

        Comment

        Working...