CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ARTKSU

Search: Search took 0.02 seconds.

  1. Re: [HELP] Sorting a gridview based on the values of two different columns

    EX - this didn't work right up at the top.. Also this is a windows form

    0...................6..... 7
    Parent........... 1.....
    Parent........... 2.....
    Child ...........20..... 1
    Child...
  2. [HELP] Sorting a gridview based on the values of two different columns

    I have a datagrid I will call Cancel

    The three fields I need to sort in this datagrid are Column 0(Type) and Column 6 (Number) Column 7(ParentNumber).

    The column 0 can have 4 different value...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured