Ilkin Turk

Ilkin Turk

  • NA
  • 349
  • 161.2k

DataTable

Apr 11 2013 5:14 PM
hello.Below I showed datatable.Which I get from sql.I need to add second row <Name > value to first  NULL row and remove second row programmatically.
So, they are same rows.Only name and surname showed on different rows.I need join them in one row.Help please.

           ID   |  NAME | SURNAME |
          --------------------------------
            1   |  null   |    MIKE          
           -------------------------------
            1   |  JON     |   null
          
            Thanks in advance

Answers (3)