7

I fucking hate asp.net web forms. Today we implemented listboxes, so we expected them to just be a wrapper for HTML listboxes. NOPE! They are simply selects. Why they decided to hijack the name and do this, I don't know. That does explain why they don't have multiple columns like true listboxes.

So glad that for the next project, which we should start by the end of May, we'll be moving to MVC and .Net core. This shit is so stupid!

Comments
  • 2
    Ha, I'm just recently being tasked with learning how to port ASP.NET Web Forms to MVC .NET Core
    Never worked with Web Forms, so I'm following a 4 year old tutorial on MSDN
  • 1
    @Hobo42 You are honestly better off re-writing it entirely. I'm not sure much can be salvaged because of the differences. Good luck!
  • 1
    @iam13islucky Yeah, I guess I'll see. Enterprise level stuff. Thanks for the luck, I'll need it haha
Add Comment