pnjones
Posts: 42
|
| Posted: 02/15/2005, 9:04 AM |
|
After making so amendments to my code on serveral pages and adding new form elements, i regenerated the code and tested the page.
I was still not getting the data, When i examined the code i noticed that the new fields were not added to the insert row method or update row method, I then deleted the generated asp page and regenerated the code and it now works as expected.
My question is - how can i be sure that the cahnges i make in ccs are going to be reflected in the code or do i have to delete the pages and regenerate then make my manual adjustments again ?
_________________
Regards
Pat |
 |
 |
peterr
Posts: 5971
|
| Posted: 02/15/2005, 9:18 AM |
|
Hi,
You should not make adjustments to the generated code if you want to continue making changes via the program/IDE. Once you modify the code then it is locked, so that you don't loose your changes. This way you are making decision that you want to take over the programming and want to prevent CCS from overwriting your changes.
However, code changes are not needed in 99% of Web applications created with CodeCharge Studio. We always recommend using the events for adding custom code. Our main Website and all other working CCS applications that I've seen always use events and don't have any generated code modified by hand.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|