Web page Templates in ASP.net?

  • Thread starter Thread starter Nikhil
  • Start date Start date
N

Nikhil

How to create web page templates in ASP.net as in Dreamweaver with
editable regions and non-editable regions?

Thanks,
Nik
 
For templates I just create an html file with custom tags like,
{{something}} , and then read the html file and replace the custom tags with
dynamic content and output the string to a "label" tag in a web form.
 

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

Back
Top