Build Custom Controls (à la ErrorProvider)

  • Thread starter Thread starter Horst Klein
  • Start date Start date
H

Horst Klein

How can I build a Custom Control, that isn't visible in the form, but below
(like the ErrorProvider)
Best regards Horst
 
hi klein,

instead of creating your class file as a Web Control, try creating it as a
component class.
From the add new item wizard, select component class.
when u drag and drop the dll on to the form, it does not show up a UI as a
regular control but goes below like the dataset or error provider.....

hope this helps you..
bye
Kk.
 
Back
Top