R Rob T Apr 14, 2004 #3 I tired that. When you kick back into Design mode, the code is amazingly is removed and just the ID remains...
I tired that. When you kick back into Design mode, the code is amazingly is removed and just the ID remains...
R Raterus Apr 14, 2004 #4 http://delphi.about.com/cs/adptips2004/a/bltip0304_2.htm This just happened to be the first link I came across when I SEARCHED for the answer
http://delphi.about.com/cs/adptips2004/a/bltip0304_2.htm This just happened to be the first link I came across when I SEARCHED for the answer
S Sharon Apr 14, 2004 #5 give the title tag some id and set it to run at the server: <title id=title1 runat=server></title> then you can change the title like this: title1.innertext = "some title"
give the title tag some id and set it to run at the server: <title id=title1 runat=server></title> then you can change the title like this: title1.innertext = "some title"
B Bruno Sirianni Apr 15, 2004 #8 Is a VisualStudio bug!! Brun Rob T said: I tired that. When you kick back into Design mode, the code is amazingly is removed and just the ID remains... Click to expand...
Is a VisualStudio bug!! Brun Rob T said: I tired that. When you kick back into Design mode, the code is amazingly is removed and just the ID remains... Click to expand...