I have a class that I want to pass a drop down list to as a parameter.
I cant import the system.web.ui.webcontrols namespace. It doesn't exist
When I type the . after web ( as in System.Web.) intellisence only gives me three options
AspNetHostingPermission
AspNetHostingPermissionAttribute
AspNetHostingPermissionLevel
How can I declare objects of type Dropdownlist in a class.
