views:

35

answers:

0

I have a Sharepoint question. For our web site we would like to be able to have a combo box from which the end user selects a “Province/State” where they are from. Depending on which “Province/State” he selects, some web parts will be shown (content) and some parts will not be shown... Is there any way to do this easily with Sharepoint? My idea was to have some sort of global variables and have them turned true or false, depending on which ones are true/false, shows/hides certain web parts (content).

I also found this intrested article, that might help me out: http://www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part-Adding-Dynamic-Filtering.aspx

however i'm not sure if it will work with sharepoint because i'm fairly new to sharepoint.

Thanks and please let me know if Sharepoint provides an easier solution, or if you guys can think of other solutions, that would be awesome.