A user can add column to the table where the program sort


a user can add column to the table ,where the program sort them and display them sorted ,with sort i mean by row not order by;

order by is easy but sorting rows is harder,the difficultly comes with the fact that the user can add colums where the program

should do the sort and display them in gridview.

column1      column2          column3        column4

    8                 7                     9                 1

    6                 3                     1                  2

    5                 2                     4                  3

    8                 6                     3                  1

so the answer should be

column1       column2      column3            column4       column5

       8              7                 9                      1               1-7-8-9

       6              3                 1                      2               1-2-3-6

       5              2                 4                      3               2-3-4-5

       8              6                 3                      1               1-3-6-8

Solution Preview :

Prepared by a verified Expert
Programming Languages: A user can add column to the table where the program sort
Reference No:- TGS01242360

Now Priced at $15 (50% Discount)

Recommended (98%)

Rated (4.3/5)