Group data in GridView

  • Thread starter Thread starter Vijay
  • Start date Start date
How to group data in grid view

Vijay chandar

What do you mean by grouping data? The GridView shows data based on
datasource and sorting order. Maybe you should order the grid by
specific column.
 
Thank you for your reply.

I'll give an example. If I'm displaying employee details, I would like to
use group by clause (Eg: group by designation) in sql to fetch data and
display it Gridview.

Thank you in advance,
Vijay chandar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top