Nesting Stuff...

I have been writing C# for about two years now, but always web-related technologies -  ASP.NET, Web Services, Class Libraries for Exchange.  Now I am attempting to make a small Windows Forms application and I am having some trouble.

I want to have what I would call a Repeater in ASP.NET.  I basically need to format a report like so:

User 1
- Property - Property - Property - Property
- Property - Property - Property - Property
User 2
- Property - Property - Property - Property
- Property - Property - Property - Property

All of this is pulled from a SQL 2000 db.  I would prefer to just print the data out, but I haven't been able to get that working yet either.  I did buy a control for printing pretty little reports, but it's not ready for .NET 2.0 yet and I can't sit around and wait.

Any help or articles examples would be greatly appreciated.

Thanks
dave


Answer this question

Nesting Stuff...