add dropdown list server control in classs library project
-
hi i have created on class library project in c#.net 2.0. I want to add drop down list web server control in class library project in c#.net. But i have seen that System.Web.UI namespace is not supported in this type of project. But i have to add it anyway. Anyone has idea or code to implement this. Please help me out.
-
hi i have created on class library project in c#.net 2.0. I want to add drop down list web server control in class library project in c#.net. But i have seen that System.Web.UI namespace is not supported in this type of project. But i have to add it anyway. Anyone has idea or code to implement this. Please help me out.
I'm not sure whether it works or not: Try to make a custom control which wraps drop down list, and use it on your web server project.
-
hi i have created on class library project in c#.net 2.0. I want to add drop down list web server control in class library project in c#.net. But i have seen that System.Web.UI namespace is not supported in this type of project. But i have to add it anyway. Anyone has idea or code to implement this. Please help me out.
i think u should add the refrence on ur project,then will see it regards