Date: 01/23/06 (Asp Dot Net) Keywords: database On the same project that I've asked questions about, now I need to try and figure out how to display some database information in a hierarchical-ish view. I need to write up a page that binds to a database information about various courses offered to sign up for. So it needs to look similar to this: Subject2 etc Like I said this needs to bind to a database, and the thing is that I'm not sure how to get this to work with a Datagrid. I don't want to just make a bunch of different Datagrids because that seems messy and not very efficient. Basically I need all the courses to be displayed under their respective subjects on this page, and they need to be able to have a link that would send the user to another page that has more detailed information on the subjects they want (basically a "more detail" page.) I tried looking at a true Hierarchical datagrid method, but it really seemed like more trouble than it was worth in the free versions I saw and I don't think my company will be very willing to try a 3rd party product and will instead decide that I'm just a shitty programmer. Any help/suggestions on this would be greatly appreciated. Source: http://community.livejournal.com/aspdotnet/56044.html
|