Alot of my user controls consist of 1 control and have similar
properties and methods so I am trying to create a base class and
inheriting from it.
The problem is that alot of the properties in the ascx that I am
trying to put in the base class refer expilictly to their compenents
e.g.
Public WriteOnly Property MultiSelect() As Boolean
Set(ByVal Value As Boolean)
Dropdown1.Multiple = Value
End Set
End Property
Question is how do I refactor such a property. So I can have
multiselect in the base class.
Thanks
Rob
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/