CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2010
    Posts
    1

    DataGridView Total

    Hi, I am having Datagridview, the Data's are retrieved from SQL using Query, but i need to add to the total at the end for each columns, stuck in it from long days pls help.
    Attached a sample.

    Thanks,
    Jaype
    Attached Images Attached Images

  2. #2
    Join Date
    Oct 2010
    Location
    VS2008 .Net 3.5
    Posts
    10

    Re: DataGridView Total

    Your attached image is not at all helpful. What do you mean by 'add to the total at the end of each column'? You can get the column totals using the SQL SUM() function.

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