How to declare Webcontrols in a class

davidrobin

Freshman
Joined
Jun 24, 2003
Messages
41
I have a class that I want to pass a drop down list to as a parameter.
The system.web.ui.webcontrols.dropdownlist namespace doesn't seem to exist.

How can I declare objects of type Dropdownlist in a class.
 
wessamzeidan said:
import the system.web.ui.webcontrols in your class

I can't, When I type the . after web System.Web. intellisence only gives me three options
AspNetHostingPermission
AspNetHostingPermissionAttribute
AspNetHostingPermissionLevel
 
Back
Top