Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old October 9th, 2008, 05:50 PM
Newbie
 
Join Date: Oct 2008
Posts: 1
Default confused.........

would someone pls help me out??????
i have a website to develop but i dont know how to use website templates in asp......
pls tell me the procedure how to do so??????
Reply
  #2  
Old October 9th, 2008, 07:17 PM
Frinavale's Avatar
Forum Leader
 
Join Date: Oct 2006
Location: Canada
Posts: 2,608
Default

What are you trying to use as a template?
Reply
  #3  
Old October 10th, 2008, 04:16 PM
jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Age: 32
Posts: 2,374
Default

Frinny, you took all the fun out of it. I was going to say, "Yes. Someone can help you."

Anyway, the basic idea is you save the file with ".asp" extension, then any part of the page where you want dynamic content, you put in asp tags like this:
HTML version:
Expand|Select|Wrap|Line Numbers
  1. <p>Today's date: July 6th, 2004
ASP version
Expand|Select|Wrap|Line Numbers
  1. <p>Today's date: <%=today()%>
But if you give more details we could probably help more.

Jared
Reply
  #4  
Old October 12th, 2008, 01:17 AM
Newbie
 
Join Date: Oct 2008
Posts: 1
Default

another possibility to creating templates with ASP is to use ASP with Dreamweaver. Dreamweaver handles templates very well, imo. You create them, then make pages that derive from them. As you modify the templates, Dreamweaver remembers what pages derive from them and modify them accordingly.
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles