RssFeed Documented Class Library

RssFeed.DataBind Method 

Binds the control and all its child controls to the data source specified by the DataSource property.

public override void DataBind();

Remarks

To bind the data to the RssFeed control, perform the following two steps:

  1. Set the DataSource.
  2. Call the DataBind() method.
You can also (between steps 1 and 2), indicate that a proxy class should be used via the Proxy property. The DataBind() method only needs to be called on the page's first load. The RSS items are, by default, stored in the ViewState, so they persist across postbacks.

Exceptions

Exception Type Condition
FeedTimeoutException When using remote RSS feeds, if the time to access the feed exceeds the specified Timeout, this exception is thrown.

See Also

RssFeed Class | skmRss Namespace