Page 1 of 1

views into separate folder

Posted: Sat Aug 19, 2017 2:28 pm
by mah2563

How to create a separate folder for each table? Instead of a single view folder("HOME")?
Views\Home
-------Example---------------
Views\Cars
Views\Categories
Views\Customers
Views\Employees
Views\Products
...


Re: views into separate folder

Posted: Sun Aug 20, 2017 8:14 am
by Webmaster

That is not supported. ASP.NET Maker intentionally avoids that by design because we found it inconvenient to open a particular file during development. However, it is technically possible to do that by customizing the template manually, if you want to try customize yourself, read "Customizing Template" and "Control File" in the help file first.