This topic is locked

Handling of Manual Code Changes?

4/5/2007 8:49:03 AM
ASPRunner.NET General questions
S
shelbig author

If I run ASPRunner.NET and then add my own formatting and other refinements using Visual Studio 2005, what happens to my manually added code if I need to rerun ASPRunner.NET due to additional fields within my table or changes to fields that are to be displayed on my pages..
Are my manual changes kept or are they removed?

Eugene 4/6/2007

After you rebuild project, all manual changes has been removed.

You can use "events" to change the code. All the changes that were made in "events" will save when rebuild the project.