CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    9

    How to update column data in datatable.

    Hi ,
    I am working on windows application C# 2008.When i got the result set data into data table,
    before showing data in datagrid i have to update any column data passing value from text box


    please send me if you have any code snippet .please help me its urgent ....

  2. #2
    Join Date
    Sep 2007
    Posts
    82

    Re: How to update column data in datatable.

    I am not trying to pry but this sounds like a homework assignment to me. This should be pretty easy to solve

    have you tried using table.rows??

    -zd

  3. #3
    Join Date
    Jun 2008
    Posts
    2,477

    Re: How to update column data in datatable.

    Why don't you show us what you have tried? This way, we can help you learn. As zdavis said, asking for code snippets just makes it sound like homework, and we are not here to do your assignment for you. We will however be happy to help guide you in the right direction.

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

Featured