Hi,
I am developing a buy and sell website thru web pages and using Visual Studio. I have Category and from it is it's associated Products. When i create a Product, i must select what category and the site will show a corresponding input template that matches
the category. For example in 'Books' Category the fields that will show will be like (Book Title, Author, Edition and others.) In the Computer Category there are (Specification, Process Speed and others.) What ive done is to create a Folder in the Root named
<Product> and inside it are the different template for each Category namely (Book.cshtml, Computer.cshtml..etc). My first question is:
1.) Is my approach correct in creating a Folder for input template?
In this case it is only accessible for authenticated users. But how about viewing by anonymous users? will i create those templates again for viewing purposes only?
In this case, when users whant to create/edit/de ...
Go to the complete details ...