Try our conversational search powered by Generative AI!

ContentFrameworkSelector

Vote:
 
Hi! I'm working on a page with a ContentFrameworkSelector and two frameworks inside it, let's say their ID's are "framework1" and "framework2". I would like to select one of there frameworks depending on a querystring. How do I set the framework to be used in runtime from the code behind file? Is there any good description anywhere on how the ContentFrameworkSelector works? I didn't find very much in the SDK and the section about this class in the "Developing Solutions..." book. Thanks! / Chris
#12772
Sep 14, 2006 10:12
Vote:
 
The ContentFrameworkSelector already handles switching of the selected framework based on a querystring value. For example if you had something like the following: Then you all you need to do is specify the mode in the querystring. In this example you would append "mode=RSSMode" to the querystring, where the value needs to match the id of the framework. Specifying no mode will use the defined default.
#14871
Sep 14, 2006 23:13
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.