hide duplicate rows

asp.net , csharp , dataset Baltimore, United States
  • 11 years ago

    I have a column structure in gridview

    account dept1 dept2 dept3

    1 1

    1 1

    1 1

    2 12

    3 1

    3 12

    These rows are different records from database.

    I want to have

    account dept1 dept2 dept3

    1 1 1 1

    2 12

    3 1 12

    Is there a way to hide rows and display data correctly.

    Right now I have data in a dataset in c#.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity.” - Dennis Ritchie