Serious data related question - Urgent!!!

dusans

Member
Joined
Sep 16, 2002
Messages
20
Does anybody knows simple way to make property of type System.Object see various data sources in design mode - when editing property it should display drop down tree list with all data sets, tables or other data sources placed on form. I tried with ListSource property attribute, but when property is not strongly typed I cant even edit property, I mean how is this done with DataSource property of controls like DataGrid or ComboBox? Thanks very, very much!!!
 
have you tried to develop a new class by inheriting that base class,
 
Back
Top