I want to make an unlimited category list, but can you help with HTML and the controller Model ;
public class Category { public int Id { get; set; } public int SubCatid { get; set; } public string Name { get; set; } public List<Category> Category1 { get; set; } }I want to make a list of tables in the controller and help me on the side of HTML
I want to do this on the table ;
Computer
- Computer > laptop
- Computer > laptop > Lenovo
Mause
- Mause > Hp
Burak KucukekicilerPosted Nov 12, 2018, 7:06 AM
Thiyagarajan EPosted Nov 12, 2018, 6:23 AM
Sreekanth ReddyPosted Nov 12, 2018, 6:21 AM