Originally posted by Ezi Porbeni
Well you can edit the ascx file(for whatever part you are working on) with notepad (or visual webdev, or any other editor that works), save it and refresh the web page to see the changes immediately. It is IMPORTANT to NOTE that a) This method allows you to make and test changes instantly (e.g., working on the account detail form, aka AccountDetails.ascx file) but the changes will NOT be preserved permanently - once you've firgured out what you need you MUST still go back into AA and make your changes there. b)Your editor of choice may not have intellisense features (notepad) so you could be coding raw while testing - I still used AA for it's intellisense to check myself. I would guess that someone else already knew this and there might be a way to use an editor that does inherit\expose Sage classes and thus provides intellisense type features - if so please share. Perhaps my questions were too elementary but still... please share. |