This is rather long to resolve, However I was able to figure it out.
The page keeps refreshing because you have dependencies between paremeters (The Last parameter you create, depends on all the ones that you created before it)
In order to resolve this you will need to follow these steps to remove the dependencies:
1)Right Click on the Datasets folder on the Report Data pane -> Show Hidden Datasets (SSRS 2008 automatically creats a dataset for each parameter that you add)
2)Double click on each Hidden Dataset that appeared (namely the parameter datasets) -> Query -> Query Designer , on the top right there is like a blue triangle on top of a ruler (Design Mode), and at the end of the query where it says From [Database Name], you will need to erase everything before that until (not including) ON ROWS (the first ON ROWS from the bottom) ALSO DELETE ALL THE CLOSING BRACKETS')' AT THE END OF THE QUERY
3)click ok to apply changes then click on parameters and delete everything in that list, and press ok to apply.
4)Expand the Parameters folder in Report Data, Double click on each parameter ->Advanced-> Never Refresh
This should take care of the refreshing :)
Thank you,
Chris