Multi-Vendor App in ASP.NET MVC - 9 - Add View Product Category.

preview_player
Показать описание
@Netcode-Hub
These tutorial videos will teach you everything you need to get started. By the end of watch this playlist, you would be able to design your own website. Please subscribe, like, share and comment as well.
@Netcode-Hub
Others channels are:
Apps Explorer Hub

Ahenfie Twi Tutorials

Annet Musical Lyrics
Рекомендации по теме
Комментарии
Автор

Ok when I tried to access /Admin/CreateCategory, I got a "Compiler Error Message: CS1525: Invalid expression term"

the line in question is:

@Html.TextBoxFor(x => x.cat_name, new { @class = "form-control", @placeholder = “Category Name” })


Now the reason I have to comment is because I compared the line of code and it seems exactly the same as yours. Yet "Category Name" in placeholder is underlined red, indicating an error, stating that both Category and Name "does not exist in the current context".

I will update my comment if I find out what's wrong.

leaparwell