Consistent Look and Feel

N

Nick

Hi,

I am wondering what people do to achieve a consistent look and feel for
their websites? Does anybody here do anything similar to the Composite View
design pattern, where a view renderer effectively reads a configuration and
builds up the HTML by choosing particular views based on state and other
factors? I am working on an ecommerce site, and there are quite a few
different screens. In the vanilla fashion, the HTML in the aspx forms is
duplicated, and I would like to avoid this.

If anybody has any advice, links to papers etc on this stuff I would be
extremely grateful.

Thanks

Nick.
 
M

Munsifali Rashid

I'm using the same method, which works well, though the auto tag completion
doesn't seem to work in HTML view of ASPX pages. Probably because the
<HTML> tags have been put into the basepage. Sometimes this means that I
end up developing stuff on a test page which derives from the normal
System.Web.UI.Page class (and includes the HTML tags), before moving it into
another aspx page which derives from my custom base page (eg.
Mun.Web.UI.Template), where the HTML tags are in the template page.

Do you get the same behaviour, and/or any ideas to get around the tag
completion problem?

Cheers,

Mun
 
N

Nick

Thanks for the link Victor.

Victor Garcia Aprea said:
Hi Nick,

Take a look at MasterPages; here[1] you'll find lots of useful links to it.

[1] http://weblogs.asp.net/vga/archive/2003/05/20/7334.aspx

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx

To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
Nick said:
Hi,

I am wondering what people do to achieve a consistent look and feel for
their websites? Does anybody here do anything similar to the Composite View
design pattern, where a view renderer effectively reads a configuration and
builds up the HTML by choosing particular views based on state and other
factors? I am working on an ecommerce site, and there are quite a few
different screens. In the vanilla fashion, the HTML in the aspx forms is
duplicated, and I would like to avoid this.

If anybody has any advice, links to papers etc on this stuff I would be
extremely grateful.

Thanks

Nick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top