how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?
-
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items? I can inherit from dropdownlist but I dont know how I can add this items
-
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items? I can inherit from dropdownlist but I dont know how I can add this items
mohandesmehran wrote:
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?
You want to create a custom drop downlist only to have 4 default items? :doh: Well, add the items in the constructor of the inherted class.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
mohandesmehran wrote:
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?
You want to create a custom drop downlist only to have 4 default items? :doh: Well, add the items in the constructor of the inherted class.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
A world of thanks.
-
mohandesmehran wrote:
how can I create custom dropdownlist ( inherited from standard dropdownlist) with 4 default items?
You want to create a custom drop downlist only to have 4 default items? :doh: Well, add the items in the constructor of the inherted class.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
A world of thanks