I have user control under Sitecore CMS. It has some controls bound to some fields of context. For example:
<sc:text runat="server" field="HomePage_WelcomeText"></sc:text>
I have different content items based on the same template and I need to change context to some of them in PageLoad(). For example, if URLRefferer has certain value I want to have certain content item in context.
Any hints?