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,