473,396 Members | 1,970 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

ASP.NET 2.0 - Site branding for different layouts

Hi folks,
Just a quick post to see if anyone had any thoughts on branding a
website for completely different website designs. I have a site at the
minute that gets installed with another application on customers
networks. It's ASP.NET 2.0 but written in a combination of old ASP.NET
1.1, AJAX with/and "heavy" use of client side javascript throughout the
site.

But, it now turns out that this needs to have a different branding (and
a completely different layout) for another company that wishes to
resell our application.

Now, I have previously done my own custom branding on several sites but
these have been applied onto the same design so it was just a case of
changing logos and colours etc. No sweat.

With a totally different layout, this could be a nightmare to do? - I
have just started working with ASP.NET 2.0 and am wondering can this be
easily achieved with master templates and loading them dynamically
based on company specific information stored in the registry. I havent
worked with Themes and Skins but I'd imagine they'd come into play...

If I go the master templates way, all my javascript code would have to
change as master templates generate its own named clientID for each of
the web server controls.

I just don't want a scenario where I have to manage multiple sets of
code! This could be quite a big job and I want to run with the correct
design before I get started.

Cheers,
Andrew

Jun 30 '06 #1
1 2028
"Knoxy" <an*********@gmail.com> wrote in message
news:11**********************@y41g2000cwy.googlegr oups.com...
If I go the master templates way, all my javascript code would have to
change as master templates generate its own named clientID for each of
the web server controls.


No it wouldn't, if you design it properly. I do exactly this as part of my
band management site.

There have been loads of threads about this recently - basically, all you
need to do is to be able to specify the MasterPage dynamically at runtime,
which you do in the content pages' Page_PreInit method. Thereafter, the look
and feel may be entirely different, but the internal structure will be the
same.

In this way, each band gets a secure private site which looks and feels
exactly like their public site, but different from all the other bands'
sites.

It really is a wonderful new feature of ASP.NET 2.
Jun 30 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: delerious | last post by:
Hi, I am designing a web site that will that showcase a bunch of vacation pictures. It will have a banner and a navigation menu (consisting of 13 rectangular images that can be clicked). I am...
10
by: BillP | last post by:
Hello, I have been in print publishing since the late 1980's, and I need to build several web sites. I am familiar with HTML at a very basic level, and understand its similarities with Quark...
16
by: Michael Rozdoba | last post by:
I'm far from a CSS expert, but what I see of it I really like & I love keeping content & style separate. I also hate the way table layout produces convoluted bulky code. However when asked why...
7
by: Charlie Dison | last post by:
Hi There I want to create an asp.net application that other companies can brand. So for example a customer would put a link to my site on their web page, my site would then have to know where the...
15
by: VB Programmer | last post by:
Take a look at the SAME site, with different CSS style sheets: http://www.csszengarden.com/ Cool stuff. Interesting article on CSS vs Tables: http://www.hotdesign.com/seybold/index.html
2
by: Andy | last post by:
Hi, I've been looking at many sites, such as www.idunno.org and www.developerfusion.co.uk , and these sites seem to have a very professional look about them. Alas when I create my sites, though...
7
by: rockdale | last post by:
Hi, How do you guys deal with the different clinet resolution? For example, you have 800*600, 1024*768 and 1280*1024 on client side. We used to put everything into a table with fixed width (the...
71
by: Murray R. Van Luyn | last post by:
Hi, Since I have made changes to my website it's been a complete flop. According to the logs, as soon as visitors have downloaded the index page they are off. I can't figure out why? ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.