I am coming from an ASP background where I feel like I could get in the code and do almost anything, but now with ASP.NET, it seems a lot harder to make things happen.
For instance, I created this page with asp rather easily.....is there a specific control (like the gridview) that I can use to do something like this? As you can see, I need to break on two separate cartegories. This is just a recordset with two joins ordered by the catregory, title, and version. But then I need the icons on the left which I know I can do with template columns. But can you do these breaks on categories as well? Or am I better off, doing this with an asp:table ? Please help.