Page 1 of 1

source edit feature

Posted: Thu Aug 10, 2017 7:00 pm
by cheemingyong

is there a source edit feature that targets the .cshtml files ?
i have been working with jquery alot with asp.net maker
the thing that affects my efficiency is that everytime i generate the files,
i need to selectively open the generated file in notepad++ or visual studio to make
changes. if the source files can be directly opened and modified from asp.net maker
it will be great.


Re: source edit feature

Posted: Fri Aug 11, 2017 9:25 am
by Webmaster

You should always incorporate your codes in server events / client scripts or even modify the template so that you do not need to change it every time after generation.