I currently have a problem with my website in ASP.net / C#. I'm building a page, where a couple of elements are dependent on others. On this page I use some import css classes, though they seem to get lost, whenever a Postback happens. Could anyone take a look at the code and tell me where it goes wrong?
I used a .NET fiddle file to paste the code of my .ascx and .ascx.cs file. I hope it's somewhat clear. Apologies if it's not.
https://dotnetfiddle.net/NLwtiN
EDIT: I tried to compare the html of 2 DropDownLists, hoping there'd be some significant difference, though there is next to none