views into separate folder

Post Reply
mah2563
User
Posts: 5

views into separate folder

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


Webmaster
User
Posts: 9425

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


Post Reply