Hi,
I have a requirement of downloading the entire Flickr feed’s XML to the client, which will allow the client-side class to offer paging functionality through all the photos it will receive right on the browser without making any asynchronous postbacks or proxy calls. The user will look through the photos very quickly, and the returned XML will be cached on the browser for 10 minutes. Subsequent visits within 10 minutes will deliver the photo’s XML from browser cache, and the widget will load instantly on the client without requiring any asynchronous postback or proxy calls. I need help from someone.
Please provide some solution on this issue if possible.