I have to use 3 label and 3 textboxes on all my forms (audit / show user and date in a CRUD of Add/Edit/Logical delete)
I see that if I put some textboxes on a usercontrol with public access I can set all of the properties on the form
the problem is that when I drop the SF textbox controls on a user control a message say that it not implement a IBusinessbindlable interfase
what is the best approach to have a user control that I can drop on all my forms, this usercontrol have some textboxes and I have to set only the form businessobjects that those textboxes need?
I hope that my question be understand (sorry for me bad english).
thanks in advance.