Datagrid with grouped data

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.
 
E

Eliyahu Goldin

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top