Here is my situation that I'm hoping you DNN gurus can shed light on.
My client has a DNN 4x web site that serves users of their (multiple) clients. They want the page header to include both their (static) company logo plus the logo of the company that the user belongs to. I believe this is called branding. I'm clueless on how to do this....maybe modify something in the page_load?
I added a Company_Code field to the user registration module. The user has to type in their company's unique registration code (which is SQL validated). After registration, I store the associated company_id along with the user data.
Requirement: after the user logs in, each page should look at the user's associated company_id and display the appropriate company logo (along with the static company logo of the host company--thus, two logos or similar).
Make sense? Suggested solutions?
This would be really easy to do in a normal ASP.Net web site but I'm not sure how to approach the problem using DNN.
Many thanks for guidance!