You must Sign In to post a response.
  • Category: ASP.NET

    Avoid blank and move the column to left

    Column1 blankcell column2 blankcell blankcell column3 blankcell blankcell column4

    Above will be find in the first row of datatable.

    I expect output as follows:
    Column1 column2 column3 column4

    HOW TO do in linq c#
  • #769309
    Can you provide more information about your requirement. It is not clear.
    By Nathan
    Direction is important than speed

  • #769330
    Hi Lily,

    You can merge the columns if found blank, Please refer to below link:

    https://stackoverflow.com/questions/39632583/merge-columns-of-data-tables

    Hope it helps.

    Thanks!
    Anjali Bansal

    ~Give your best and lead the world


  • Sign In to post your comments