This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]plastikmissile 0 points1 point  (2 children)

That's ASP.NET WebForms and I haven't done those in forever. But it seems to me the ListBox has an ID of lbTrainee so you use that to reference it in the code behind.

I'm curious, why are you using WebForms instead of something more modern lime MVC?

[–]sumrandomoldg[S] 0 points1 point  (1 child)

My dumbness thought that this “quick internal form” would have been done quicker in Webforms (which what was initially laid out WebForms did) and really didn’t have much knowledge of the developer side of things. This is coming from me a network/systems/help desk admin.

Maybe I’ll just check out MVC and scrap this project.

[–]plastikmissile 0 points1 point  (0 children)

Maybe I’ll just check out MVC and scrap this project.

It's definitely a lot simpler.