how to make changes in all the pages using asp

Reply

Join Date: Jan 2005
Posts: 1
Reputation: sindhu_at is an unknown quantity at this point 
Solved Threads: 0
sindhu_at sindhu_at is offline Offline
Newbie Poster

how to make changes in all the pages using asp

 
0
  #1
Jan 20th, 2005
hi
I am just a beginner to ASP and at my work got this task to complete.There is an existing website with around 1000 asp pages.Now i have to add one table in all the pages in very short time.
Can u please help me with ideas and codes, how to do it.

Its very important for me.

Thanks


sindhu_at
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 294
Reputation: zippee is an unknown quantity at this point 
Solved Threads: 6
zippee's Avatar
zippee zippee is offline Offline
Posting Whiz in Training

Re: how to make changes in all the pages using asp

 
0
  #2
Jan 22nd, 2005
If the existing web pages...
- are prepared using template, then modify to the template will update to all the web pages. No ASP knowledge needed, but need program like Dreamweaver or Frontpage to do this.
- use SSI to include a common file, the table may put into the common file and it will display in all web pages.

Otherwise, you may need to update them one by one. Can you put the web address here?
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 18
Reputation: Aykon is an unknown quantity at this point 
Solved Threads: 1
Aykon's Avatar
Aykon Aykon is offline Offline
Newbie Poster

Re: how to make changes in all the pages using asp

 
0
  #3
Feb 3rd, 2005
Originally Posted by sindhu_at
hi
I am just a beginner to ASP and at my work got this task to complete.There is an existing website with around 1000 asp pages.Now i have to add one table in all the pages in very short time.
Can u please help me with ideas and codes, how to do it.

Its very important for me.

Thanks


sindhu_at
To do something like that, I have a tactic that might work, if you could find the code to make a header file, you could include it in the pages and it would probably fix this up...of course placing it might be a pain but it will work.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 34
Reputation: VSBrown is an unknown quantity at this point 
Solved Threads: 0
VSBrown's Avatar
VSBrown VSBrown is offline Offline
Light Poster

Re: how to make changes in all the pages using asp

 
0
  #4
Feb 23rd, 2005
I agree with the above and usually what I do when creating a site is make a header.asp and a footer.asp file. Then I make each individual page and place the include for the header.asp and the footer.asp within the page.

After you do this and you want to update something say in a menu at the top or a link a the bottom you only need to make the changes in one file header.asp or footer.asp and it updates in all pages that you did the include of the files in.

Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for ASP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC