R
Rafael Veronezi
Hello guys,
I'm currently developing a Web Custom Control project with VS.Net2003.
It's Ok, I've made my WebControl inherited class. Also I created a
typed-DataSet that's intended to be a property of the control, and I must
expose this public to class... But, when I reference the dll of the control,
the toolbox lists both the controls and the DataSet i've created...
Is there a way to "hide" the DataSet from the toolbox? Maybe some kind of
attribute, dunno...
Thanks,
Rafa
I'm currently developing a Web Custom Control project with VS.Net2003.
It's Ok, I've made my WebControl inherited class. Also I created a
typed-DataSet that's intended to be a property of the control, and I must
expose this public to class... But, when I reference the dll of the control,
the toolbox lists both the controls and the DataSet i've created...
Is there a way to "hide" the DataSet from the toolbox? Maybe some kind of
attribute, dunno...
Thanks,
Rafa