source edit feature

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

source edit feature

Post 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.


Webmaster
User
Posts: 9425

Post 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.


Post Reply