Public
Inherits MicroFour.StrataFrame.UI.Web.TextBox
.
End
Will it cause any errors when i try to add, update or delete record?
Protected
Now, if you attach to an event, then there is no base or DODEFAULT that you need to call; it will be done automatically. In fact, there is no way to prevent the base methods from firing. Only on method overrides do you need to call the base method.