Click here to Skip to main content
16,008,490 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Stored Procedures Pin
NeverHeardOfMe1-Jun-05 13:32
NeverHeardOfMe1-Jun-05 13:32 
Generalasp Pin
Anonymous31-May-05 17:52
Anonymous31-May-05 17:52 
GeneralRe: asp Pin
Anonymous31-May-05 18:21
Anonymous31-May-05 18:21 
GeneralRe: asp Pin
Vasudevan Deepak Kumar10-Jun-05 0:07
Vasudevan Deepak Kumar10-Jun-05 0:07 
GeneralUpdate HTML programmatically Pin
frycdf31-May-05 9:21
frycdf31-May-05 9:21 
GeneralRe: Update HTML programmatically Pin
Christian Graus31-May-05 12:21
protectorChristian Graus31-May-05 12:21 
GeneralRe: Update HTML programmatically Pin
frycdf1-Jun-05 4:31
frycdf1-Jun-05 4:31 
GeneralRe: Update HTML programmatically Pin
NeverHeardOfMe1-Jun-05 10:13
NeverHeardOfMe1-Jun-05 10:13 
If you have write permission on the server, you could write an ASP.NET page that reads the files one by one, one line at a time, and writes them out to a temp file, inserting the required extra code along the way. Then rename the temp file as the original. Move on to next file. This kind of assumes the change is the same for all files, and there is some way of telling the script where to insert the new bits (eg, after the body tag)

This is not that hard to do. Examine the system.IO class for file functions, and the StreamReader and StreamWriter objects.

cheers
Phil
GeneralRe: Update HTML programmatically Pin
Christian Graus1-Jun-05 11:15
protectorChristian Graus1-Jun-05 11:15 
GeneralReturning array from VB component to ASP Page Pin
Pavneet Singh31-May-05 6:33
Pavneet Singh31-May-05 6:33 
GeneralDomain Masking Code Pin
Anonymous30-May-05 14:09
Anonymous30-May-05 14:09 
Generalshifting items in b/w list boxes Pin
azam31630-May-05 5:23
azam31630-May-05 5:23 
GeneralRe: shifting items in b/w list boxes Pin
JKroschel30-May-05 13:26
JKroschel30-May-05 13:26 
GeneralWrite a special program(xxx) :D Pin
rockxuyenmandem29-May-05 23:44
rockxuyenmandem29-May-05 23:44 
GeneralRe: Write a special program(xxx) :D Pin
JKroschel30-May-05 13:35
JKroschel30-May-05 13:35 
GeneralUsing session states?? :(( Pin
Member 191349829-May-05 23:15
Member 191349829-May-05 23:15 
GeneralRe: Using session states?? :(( Pin
Christian Graus30-May-05 12:19
protectorChristian Graus30-May-05 12:19 
GeneralRe: Using session states?? :(( Pin
31-May-05 2:04
suss31-May-05 2:04 
GeneralRe: Using session states?? :(( Pin
Christian Graus31-May-05 11:09
protectorChristian Graus31-May-05 11:09 
GeneralWeb Service Exceptions at run time Pin
skrishnasarma29-May-05 22:39
skrishnasarma29-May-05 22:39 
GeneralRe: Web Service Exceptions at run time Pin
minhpc_bk30-May-05 18:23
minhpc_bk30-May-05 18:23 
GeneralHTML - DREAMWEAVER Pin
anonyy29-May-05 2:59
anonyy29-May-05 2:59 
Generalblinking cursor in a textbox control on webform Pin
blackbox32027-May-05 21:01
blackbox32027-May-05 21:01 
GeneralRe: blinking cursor in a textbox control on webform Pin
NeverHeardOfMe28-May-05 1:46
NeverHeardOfMe28-May-05 1:46 
GeneralRe: blinking cursor in a textbox control on webform Pin
NeverHeardOfMe28-May-05 8:55
NeverHeardOfMe28-May-05 8:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.