If it's traditional RSS content, then you'll have to add some sort of polling to the system that checks for changes in the feed over a certain interval. RSS is not push technology, so your client has no way of being notified when or if the feed updates.
--- In [email protected], "hworke" <[EMAIL PROTECTED]> wrote: > > > Hello, > > I am populating a datagrid from a RSS link. > My grid is updated only if I manually > (with a button click event) resend the > httpservice request. How can I update > the datagrid as the RSS content changes > without sending the HttpService manually? > > Thanks >

