Burak Kucukekiciler

Burak Kucukekiciler

  • 1.5k
  • 94
  • 1.5k

Asp.net MVC Unlimated Category Table List

Nov 12 2018 6:03 AM

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

Answers (3)