I have created a couple custom classes (NTDropDown and NTBaseFreight) which I use to store data that I retrieve from a DB. I initialize a List of <
NTDropDown
NTBaseFreight
tempDropDown is the same object throughout the whole loop. You will need to create a new instance of it if you want to add more than one.
tempDropDown
I'm having a hard time trying to figure out what exactly your'e trying to do with adding that tempDropDown the the list.