views:

925

answers:

2

I have a Data View Web Part in Sharepoint that is being fed from an RSS Feed. I have the Data Source configured properly to read the RSS Feed and I have added serveral runtime parameters. My question is, how do I supply these values at runtime? For example, one of the parameters is startDate and this should be populated with the current date.

A: 

after some quick googling i found these date functions which may help http://www.zvon.org/xxl/XSL-Ref/Tutorials/Date-Time/dt1.html

and this article looks to describe how to get querystring variables into a dataview web part http://itfootprint.wordpress.com/2007/05/23/using-query-string-and-data-view-webpart/

jt

Jason
A: 

I should have noted that I am aware of the querystring method for loading data, but in my case this will not work because I need the data from the initial page load.

Hi Leroy... next time you might like to edit your original question with this information as technically it's not an answer. Thanks for your question, it's a good one.
Alex Angas