Re: New To ASP.Net - Templating - Good Methods?
- From: "Tarun Mistry" <nospam@xxxxxxxxxx>
- Date: Sun, 5 Feb 2006 16:24:11 -0000
Many thanks, the custom user controls look like exactly what i needed!
Thanks,
Taz
"Elton W" <EltonW@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EEA732C5-4426-4E2B-9390-F8ECA55ED947@xxxxxxxxxxxxxxxx
Hi Tarun,
1. create usercontrol and put menu in it. Then put usercontrol in
individual
pages. When you need change menu, you only need change it in the
usercontrol.
2. use Master page: create menu (and other common staff) in the Master
page,
then create Contend pages and refer MasterPageFile. Any menu changes only
need to be done in one place, master page.
HTH
Elton Wang
"Tarun Mistry" wrote:
Hi all, im new to ASP.NET, migrating from PHP, I hope some nice folks can
help me out here.
With PHP im very used to creating a template system so i can start
designing/coding early and alter a single template which is then
refershed
through the entire site (a good example being a menu).
Im totally lost in ASP.NET (2.0) right now, is this possible? What should
I
be looking towards.
Thanks for any help and input.
Kind Regards
Tarun
.
- References:
- New To ASP.Net - Templating - Good Methods?
- From: Tarun Mistry
- New To ASP.Net - Templating - Good Methods?
- Prev by Date: Forms Authentication using SQL Server - problem
- Next by Date: How to store properties?
- Previous by thread: New To ASP.Net - Templating - Good Methods?
- Next by thread: JSP and Servlet
- Index(es):
Relevant Pages
|