Datagrid with grouped data

  • Thread starter Thread starter mj
  • Start date Start date
M

mj

I am new to ASP.NET and would like to create a table with grouped data e.g.

BOLD TITLE Sales
Bill
Fred
George

BOLD TITLE Accounts
Alan
Carl
Jim

I can do this with a heap of inline code in Classic ASP but would like to
know what people think that the best way of doing it in ASP.NET is.
 
You need to make an html table with a row for Sales title and a row for
Accounts title and a row for Sales records under the row for Sales title and
a row for Accounts records under the row for Account title. You can use a
datagrid, a datalist or a repeater for the Sales and Accounts records
depending on what you want to include in them.

Eliyahu
 

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

Back
Top