3

Everything looks easy in .NET MVC, but making it generate a checkbox list for you is so damn complicated.

Comments
  • 4
    You mean in ASP.NET? Since you can just create an html on MVC
  • 1
    @devTea Yes ASP.NET, I was trying to generate checkboxes from one of my tables and I was struggling with it.

    The online tutorials weren’t helpful for me.
  • 4
    Yeah asp.net is a pain, everything templated is bad. Gridview not having thead etc. You can just generate it with c# and html inside aspx
  • 1
    @devTea yeah, I was almost going to just do the full thing in HTML no one will know and they are going to use it once only!

    Which is really made me angry!

    I will try to generate for my own experience no for them.

    Thank you for the idea :)
Add Comment