I
Isai
Hello,
I am using VB.NET in Visual Studio 2005 to develop ASP.NET 2.0 web
applications. I am developing a control library with all the custom
controls that I can use in my projects. One of the requirement is to
build a custom DropDownList with addition functionalities specific to
my project. When I tried to develop this control I faced a problem
that I have explained below.
I want to add a new property for this custom DropDownList. This
property will take a string value but it must come from a predefiined
set of values. This predefined set is dynamically built from a SQL
Server table and must be shown to the user as available values in the
properties window. I cannot use an enum because the values come from
a table.
Please let me know if someone has any suggestions.
Thanks, Isai.
I am using VB.NET in Visual Studio 2005 to develop ASP.NET 2.0 web
applications. I am developing a control library with all the custom
controls that I can use in my projects. One of the requirement is to
build a custom DropDownList with addition functionalities specific to
my project. When I tried to develop this control I faced a problem
that I have explained below.
I want to add a new property for this custom DropDownList. This
property will take a string value but it must come from a predefiined
set of values. This predefined set is dynamically built from a SQL
Server table and must be shown to the user as available values in the
properties window. I cannot use an enum because the values come from
a table.
Please let me know if someone has any suggestions.
Thanks, Isai.