Do you have a current best practice so that when using the DataSource property, it only needs to get a portion of the data that is going to be displayed? All of the examples that I see seem to only do a "Get all" type of method, even though some of that data won't be displayed. Right now, I have it setup to pull all data in the page_init but was thinking I could limit to only pull data for the current month selected and when they change to a new month, it will pull a new set of data. Is there an event I can use to detect when they choose a new month, or other type of navigation events?
Thanks!