Question : C# DataRowCollection sort

I need a way to sort a DataRowCollection. I'm starting with a datarowcolletion and addining items to it, the datarows inside the collection all have the same columns. One of the columns is a date. Since I start with the collection from one source, and add items to it, the dates of the added items may occur inbetween rows of the original data. I can't find a decent way to account for this. Suggestions of sorting?

Thanks,
Matthew

Answer : C# DataRowCollection sort

Here's the basic structure for placing an image on a page with three links at the bottom, overlaying the image. Remove the border around the image if you don't need it.
1:
2:
3:
4:
5:
6:
7:
8:
<div id="largeImage" style="width:158px;height:278px;background-image:url(~/images/DSC00593.JPG);border:thin solid red;">
        <div id="spacer" style="width:156px;height:236px;"></div>
        <div id="links" style="width:156px;height:38px;text-align:center;">
            <asp:Hyperlink ID="link1" runat="server" Text="Link 1" NavigateUrl="http://www.google.com"></asp:Hyperlink>&nbsp;&nbsp;
            <asp:Hyperlink ID="link2" runat="server" Text="Link 2" NavigateUrl="http://www.yahoo.com"></asp:Hyperlink>&nbsp;&nbsp;
            <asp:Hyperlink ID="link3" runat="server" Text="Link 2" NavigateUrl="http://www.microsoft.com"></asp:Hyperlink>
        </div>
    </div>
Random Solutions  
 
programming4us programming4us