dhodgdon
Posts: 80
|
| Posted: 05/25/2005, 7:01 PM |
|
Is there a way to rebuild the pagename.asp file? I made additions to the Initialize Page section. I then added records and variables in design mode. The area where I made additions in the pagename.asp are not being updated to reflect the changes I made in design mode when I generate the page.
I would like to just regenerate the pagename.asp file and add back in the necessary additions.
Is there a recommended procedure to follow to avoid this in the future? I made the changes so that the dim and variable assignments would be avaliable to all events on the page.
_________________
Regards,
David Hodgdon
|
 |
 |
peterr
Posts: 5971
|
| Posted: 05/26/2005, 1:35 AM |
|
Sure, you can just delete the .asp file from your CCS project folder. Or highlight the whole code in CCS and press Del to delete it.
It will be re-generated the next time you switch from/to the code mode.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|