datalist

  1. L

    RSS feed in Datalist

    I'm using a Datalist with an XML Datasource to consume a blog RSS feed, but the datalist is not updating when I update my blog. In other words, when I publish a new post, the datalist still only shows the old posts. Here's the code: <asp:DataList ID="DataList1" runat="server"...
  2. L

    Displaying Google Calendar Data with datalist

    I'm relatively new to ASP.NET, but am trying to display Google Calendar events from the XML feed provided by Google in a Datalist, but am having difficulty formatting the date provided for each event. Even with the following code, the date provided by Google Calendar dipslays unformatted (e.g...
Back
Top