Forum Moderators: open

Message Too Old, No Replies

create a "User Control" class in C# that inherits from Dataset

important

         

hooligan

7:40 pm on Apr 24, 2004 (gmt 0)

10+ Year Member



Hi,

Please help me.
I want to create a "User Control" class in C# that inherits from Dataset and i want add a few methods & properties to it.
& when the User Control is dropped onto the form it should not only show me the design time properties of "dataset",it should also show me the
methods & properties that i have added.

Regards,

korkus2000

11:44 pm on Apr 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure what you are asking. You want to create a better dataset by inheriting the dataset class and put it in a user control?

hooligan

2:39 am on Apr 28, 2004 (gmt 0)

10+ Year Member



yes , The way i drop a dataset control from the TOOBOX,
I want create a Control(using USER Controls) which Inherts from dataset,& it also should have user defined properties which must be available at the design time.It should also show me the "tables collection editor" when i click on tables property.

you 'll under better if try to create a user control that inherits dataset.

Thanks for replying